-
Notifications
You must be signed in to change notification settings - Fork 4
/
MGfirmwareV8_grbl20719.map
2452 lines (2426 loc) · 154 KB
/
MGfirmwareV8_grbl20719.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
Archive member included to satisfy reference by file (symbol)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-s_cos.o)
..\obj\motion_control.o (cos)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-s_lround.o)
..\obj\planner.o (lround)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-s_sin.o)
..\obj\motion_control.o (sin)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-sf_ceil.o)
..\obj\stepper.o (ceilf)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-sf_floor.o)
..\obj\motion_control.o (floorf)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-sf_lround.o)
..\obj\gcode.o (lroundf)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-sf_trunc.o)
..\obj\gcode.o (truncf)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-w_atan2.o)
..\obj\motion_control.o (atan2)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-w_sqrt.o)
..\obj\stepper.o (sqrt)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-wf_sqrt.o)
..\obj\nuts_bolts.o (sqrtf)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-e_atan2.o)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-w_atan2.o) (__ieee754_atan2)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-e_rem_pio2.o)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-s_cos.o) (__ieee754_rem_pio2)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-e_sqrt.o)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-w_sqrt.o) (__ieee754_sqrt)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-ef_sqrt.o)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-wf_sqrt.o) (__ieee754_sqrtf)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-k_cos.o)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-s_cos.o) (__kernel_cos)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-k_rem_pio2.o)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-e_rem_pio2.o) (__kernel_rem_pio2)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-k_sin.o)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-s_cos.o) (__kernel_sin)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-s_atan.o)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-e_atan2.o) (atan)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-s_fabs.o)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-e_atan2.o) (fabs)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-s_floor.o)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-k_rem_pio2.o) (floor)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-s_lib_ver.o)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-w_sqrt.o) (__fdlib_version)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-s_matherr.o)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-w_sqrt.o) (matherr)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-s_scalbn.o)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-k_rem_pio2.o) (scalbn)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-s_copysign.o)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-s_scalbn.o) (copysign)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/thumb/v7-m\libgcc.a(_arm_addsubdf3.o)
..\obj\motion_control.o (__aeabi_dsub)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/thumb/v7-m\libgcc.a(_arm_muldivdf3.o)
..\obj\spindle_control.o (__aeabi_dmul)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/thumb/v7-m\libgcc.a(_arm_cmpdf2.o)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-e_rem_pio2.o) (__aeabi_dcmpeq)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/thumb/v7-m\libgcc.a(_arm_unorddf2.o)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-w_sqrt.o) (__aeabi_dcmpun)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/thumb/v7-m\libgcc.a(_arm_fixdfsi.o)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-s_lround.o) (__aeabi_d2iz)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/thumb/v7-m\libgcc.a(_arm_truncdfsf2.o)
..\obj\stepper.o (__aeabi_d2f)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/thumb/v7-m\libgcc.a(_arm_addsubsf3.o)
..\obj\stepper.o (__aeabi_fsub)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/thumb/v7-m\libgcc.a(_arm_muldivsf3.o)
..\obj\stepper.o (__aeabi_fmul)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/thumb/v7-m\libgcc.a(_arm_cmpsf2.o)
..\obj\stepper.o (__aeabi_fcmpeq)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/thumb/v7-m\libgcc.a(_arm_unordsf2.o)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-wf_sqrt.o) (__aeabi_fcmpun)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/thumb/v7-m\libgcc.a(_arm_fixsfsi.o)
..\obj\gcode.o (__aeabi_f2iz)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/thumb/v7-m\libgcc.a(_arm_fixunssfsi.o)
..\obj\stepper.o (__aeabi_f2uiz)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libg.a(lib_a-errno.o)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-w_sqrt.o) (__errno)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libg.a(lib_a-impure.o)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libg.a(lib_a-errno.o) (_impure_ptr)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libg.a(lib_a-memcmp.o)
..\obj\gcode.o (memcmp)
c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libg.a(lib_a-memset.o)
..\obj\stepper.o (memset)
Allocating common symbols
Common symbol size file
SaveRState 0x2 ..\obj\usb_int.o
HSEStartUpStatus 0x1 ..\obj\hw_config.o
sys_tool_state 0x1 ..\obj\main.o
sys_rt_exec_motion_override
0x1 ..\obj\main.o
SaveState 0x2 ..\obj\usb_init.o
settings 0xa0 ..\obj\settings.o
probe_invert_mask 0x1 ..\obj\probe.o
sys 0x1c ..\obj\main.o
wIstr 0x2 ..\obj\usb_istr.o
gc_state 0x48 ..\obj\gcode.o
sys_rt_exec_accessory_override
0x1 ..\obj\main.o
pProperty 0x4 ..\obj\usb_init.o
sys_rt_exec_state 0x1 ..\obj\main.o
EPindex 0x1 ..\obj\usb_init.o
sys_probe_state 0x1 ..\obj\main.o
gc_block 0x5c ..\obj\gcode.o
SaveTState 0x2 ..\obj\usb_int.o
Device_Info 0x1c ..\obj\usb_init.o
pUser_Standard_Requests
0x4 ..\obj\usb_init.o
serial_tx_buffer 0x80 ..\obj\serial.o
serial_rx_buffer 0x1f4 ..\obj\serial.o
sys_probe_position 0xc ..\obj\main.o
USB_Rx_Buffer 0x40 ..\obj\usb_endp.o
sys_position 0xc ..\obj\main.o
StatusInfo 0x2 ..\obj\usb_core.o
pInformation 0x4 ..\obj\usb_init.o
ResumeS 0x2 ..\obj\usb_pwr.o
current_pwm 0x2 ..\obj\stepper.o
pwm_gradient 0x4 ..\obj\spindle_control.o
sys_rt_exec_alarm 0x1 ..\obj\main.o
time_base 0x2 ..\obj\spindle_control.o
EE_Buffer 0x400 ..\obj\eeprom.o
sys_m6_state 0x1 ..\obj\main.o
wInterrupt_Mask 0x2 ..\obj\usb_init.o
Discarded input sections
.text 0x00000000 0x0 ..\obj\stepper.o
.data 0x00000000 0x0 ..\obj\stepper.o
.text 0x00000000 0x0 ..\obj\misc.o
.data 0x00000000 0x0 ..\obj\misc.o
.bss 0x00000000 0x0 ..\obj\misc.o
.text.NVIC_SetVectorTable
0x00000000 0x14 ..\obj\misc.o
.text.NVIC_SystemLPConfig
0x00000000 0x18 ..\obj\misc.o
.text.SysTick_CLKSourceConfig
0x00000000 0x18 ..\obj\misc.o
.text 0x00000000 0x0 ..\obj\jog.o
.data 0x00000000 0x0 ..\obj\jog.o
.bss 0x00000000 0x0 ..\obj\jog.o
.text 0x00000000 0x0 ..\obj\protocol.o
.data 0x00000000 0x0 ..\obj\protocol.o
.text 0x00000000 0x0 ..\obj\usb_sil.o
.data 0x00000000 0x0 ..\obj\usb_sil.o
.bss 0x00000000 0x0 ..\obj\usb_sil.o
.text.USB_SIL_Write
0x00000000 0x28 ..\obj\usb_sil.o
.text 0x00000000 0x0 ..\obj\nuts_bolts.o
.data 0x00000000 0x0 ..\obj\nuts_bolts.o
.bss 0x00000000 0x0 ..\obj\nuts_bolts.o
.text 0x00000000 0x0 ..\obj\startup_stm32f10x_md.o
.data 0x00000000 0x0 ..\obj\startup_stm32f10x_md.o
.bss 0x00000000 0x0 ..\obj\startup_stm32f10x_md.o
.text 0x00000000 0x0 ..\obj\stm32f10x_gpio.o
.data 0x00000000 0x0 ..\obj\stm32f10x_gpio.o
.bss 0x00000000 0x0 ..\obj\stm32f10x_gpio.o
.text.GPIO_DeInit
0x00000000 0xb8 ..\obj\stm32f10x_gpio.o
.text.GPIO_AFIODeInit
0x00000000 0x16 ..\obj\stm32f10x_gpio.o
.text.GPIO_ReadOutputDataBit
0x00000000 0xc ..\obj\stm32f10x_gpio.o
.text.GPIO_SetBits
0x00000000 0x4 ..\obj\stm32f10x_gpio.o
.text.GPIO_EventOutputConfig
0x00000000 0x1c ..\obj\stm32f10x_gpio.o
.text.GPIO_EventOutputCmd
0x00000000 0xc ..\obj\stm32f10x_gpio.o
.text.GPIO_PinRemapConfig
0x00000000 0x60 ..\obj\stm32f10x_gpio.o
.text.GPIO_ETH_MediaInterfaceConfig
0x00000000 0xc ..\obj\stm32f10x_gpio.o
.text 0x00000000 0x0 ..\obj\system_stm32f10x.o
.bss 0x00000000 0x0 ..\obj\system_stm32f10x.o
.text.SystemCoreClockUpdate
0x00000000 0x54 ..\obj\system_stm32f10x.o
.text 0x00000000 0x0 ..\obj\usb_int.o
.data 0x00000000 0x0 ..\obj\usb_int.o
.bss 0x00000000 0x0 ..\obj\usb_int.o
.text.CTR_HP 0x00000000 0x78 ..\obj\usb_int.o
.text 0x00000000 0x0 ..\obj\stm32f10x_rct.o
.data 0x00000000 0x0 ..\obj\stm32f10x_rct.o
.bss 0x00000000 0x0 ..\obj\stm32f10x_rct.o
.text.RTC_ITConfig
0x00000000 0x18 ..\obj\stm32f10x_rct.o
.text.RTC_EnterConfigMode
0x00000000 0x10 ..\obj\stm32f10x_rct.o
.text.RTC_ExitConfigMode
0x00000000 0x14 ..\obj\stm32f10x_rct.o
.text.RTC_GetCounter
0x00000000 0x10 ..\obj\stm32f10x_rct.o
.text.RTC_SetCounter
0x00000000 0x1c ..\obj\stm32f10x_rct.o
.text.RTC_SetPrescaler
0x00000000 0x20 ..\obj\stm32f10x_rct.o
.text.RTC_SetAlarm
0x00000000 0x1c ..\obj\stm32f10x_rct.o
.text.RTC_GetDivider
0x00000000 0x14 ..\obj\stm32f10x_rct.o
.text.RTC_WaitForLastTask
0x00000000 0x10 ..\obj\stm32f10x_rct.o
.text.RTC_WaitForSynchro
0x00000000 0x1c ..\obj\stm32f10x_rct.o
.text.RTC_GetFlagStatus
0x00000000 0x14 ..\obj\stm32f10x_rct.o
.text.RTC_ClearFlag
0x00000000 0x10 ..\obj\stm32f10x_rct.o
.text.RTC_GetITStatus
0x00000000 0x20 ..\obj\stm32f10x_rct.o
.text.RTC_ClearITPendingBit
0x00000000 0x4 ..\obj\stm32f10x_rct.o
.comment 0x00000000 0x7f ..\obj\stm32f10x_rct.o
.ARM.attributes
0x00000000 0x33 ..\obj\stm32f10x_rct.o
.text 0x00000000 0x0 ..\obj\main.o
.bss 0x00000000 0x0 ..\obj\main.o
.text.myputchar
0x00000000 0xc ..\obj\main.o
.text.mygetchar
0x00000000 0x10 ..\obj\main.o
.text 0x00000000 0x0 ..\obj\usb_pwr.o
.data 0x00000000 0x4 ..\obj\usb_pwr.o
.text.PowerOff
0x00000000 0x24 ..\obj\usb_pwr.o
.text.Suspend 0x00000000 0x20 ..\obj\usb_pwr.o
.text.Resume_Init
0x00000000 0x20 ..\obj\usb_pwr.o
.text.Resume 0x00000000 0x80 ..\obj\usb_pwr.o
COMMON 0x00000000 0x2 ..\obj\usb_pwr.o
.text 0x00000000 0x0 ..\obj\stm32f10x_rcc.o
.bss 0x00000000 0x0 ..\obj\stm32f10x_rcc.o
.text.RCC_DeInit
0x00000000 0x40 ..\obj\stm32f10x_rcc.o
.text.RCC_HSEConfig
0x00000000 0x38 ..\obj\stm32f10x_rcc.o
.text.RCC_AdjustHSICalibrationValue
0x00000000 0x14 ..\obj\stm32f10x_rcc.o
.text.RCC_HSICmd
0x00000000 0xc ..\obj\stm32f10x_rcc.o
.text.RCC_PLLConfig
0x00000000 0x14 ..\obj\stm32f10x_rcc.o
.text.RCC_PLLCmd
0x00000000 0xc ..\obj\stm32f10x_rcc.o
.text.RCC_SYSCLKConfig
0x00000000 0x14 ..\obj\stm32f10x_rcc.o
.text.RCC_GetSYSCLKSource
0x00000000 0x10 ..\obj\stm32f10x_rcc.o
.text.RCC_ITConfig
0x00000000 0x18 ..\obj\stm32f10x_rcc.o
.text.RCC_ADCCLKConfig
0x00000000 0x14 ..\obj\stm32f10x_rcc.o
.text.RCC_LSEConfig
0x00000000 0x20 ..\obj\stm32f10x_rcc.o
.text.RCC_LSICmd
0x00000000 0xc ..\obj\stm32f10x_rcc.o
.text.RCC_RTCCLKConfig
0x00000000 0x10 ..\obj\stm32f10x_rcc.o
.text.RCC_RTCCLKCmd
0x00000000 0xc ..\obj\stm32f10x_rcc.o
.text.RCC_AHBPeriphClockCmd
0x00000000 0x18 ..\obj\stm32f10x_rcc.o
.text.RCC_APB2PeriphResetCmd
0x00000000 0x18 ..\obj\stm32f10x_rcc.o
.text.RCC_APB1PeriphResetCmd
0x00000000 0x18 ..\obj\stm32f10x_rcc.o
.text.RCC_BackupResetCmd
0x00000000 0xc ..\obj\stm32f10x_rcc.o
.text.RCC_ClockSecuritySystemCmd
0x00000000 0xc ..\obj\stm32f10x_rcc.o
.text.RCC_MCOConfig
0x00000000 0xc ..\obj\stm32f10x_rcc.o
.text.RCC_GetFlagStatus
0x00000000 0x28 ..\obj\stm32f10x_rcc.o
.text.RCC_WaitForHSEStartUp
0x00000000 0x30 ..\obj\stm32f10x_rcc.o
.text.RCC_ClearFlag
0x00000000 0x10 ..\obj\stm32f10x_rcc.o
.text.RCC_GetITStatus
0x00000000 0x14 ..\obj\stm32f10x_rcc.o
.text.RCC_ClearITPendingBit
0x00000000 0xc ..\obj\stm32f10x_rcc.o
.text 0x00000000 0x0 ..\obj\gcode.o
.data 0x00000000 0x0 ..\obj\gcode.o
.bss 0x00000000 0x0 ..\obj\gcode.o
.text 0x00000000 0x0 ..\obj\eeprom.o
.data 0x00000000 0x0 ..\obj\eeprom.o
.bss 0x00000000 0x0 ..\obj\eeprom.o
.text 0x00000000 0x0 ..\obj\usb_prop.o
.text 0x00000000 0x0 ..\obj\usb_istr.o
.text 0x00000000 0x0 ..\obj\planner.o
.data 0x00000000 0x0 ..\obj\planner.o
.text.plan_next_block_index
0x00000000 0xc ..\obj\planner.o
.text.plan_get_block_buffer_count
0x00000000 0x18 ..\obj\planner.o
.text 0x00000000 0x0 ..\obj\PID_C_stm32.o
.data 0x00000000 0x0 ..\obj\PID_C_stm32.o
.bss 0x00000000 0x8 ..\obj\PID_C_stm32.o
.text.DoPID 0x00000000 0x2c ..\obj\PID_C_stm32.o
.text.DoFullPID
0x00000000 0x30 ..\obj\PID_C_stm32.o
.comment 0x00000000 0x7f ..\obj\PID_C_stm32.o
.ARM.attributes
0x00000000 0x33 ..\obj\PID_C_stm32.o
.text 0x00000000 0x0 ..\obj\settings.o
.data 0x00000000 0x0 ..\obj\settings.o
.bss 0x00000000 0x0 ..\obj\settings.o
.text 0x00000000 0x0 ..\obj\report.o
.data 0x00000000 0x0 ..\obj\report.o
.bss 0x00000000 0x0 ..\obj\report.o
.text.report_echo_line_received
0x00000000 0x1c ..\obj\report.o
.text 0x00000000 0x0 ..\obj\system.o
.data 0x00000000 0x0 ..\obj\system.o
.bss 0x00000000 0x0 ..\obj\system.o
.text 0x00000000 0x0 ..\obj\motion_control.o
.data 0x00000000 0x0 ..\obj\motion_control.o
.bss 0x00000000 0x0 ..\obj\motion_control.o
.text 0x00000000 0x0 ..\obj\usb_desc.o
.bss 0x00000000 0x0 ..\obj\usb_desc.o
.text 0x00000000 0x0 ..\obj\hw_config.o
.data 0x00000000 0x0 ..\obj\hw_config.o
.bss 0x00000000 0x0 ..\obj\hw_config.o
.text.Set_System
0x00000000 0x2 ..\obj\hw_config.o
.text.Enter_LowPowerMode
0x00000000 0xc ..\obj\hw_config.o
.text.Leave_LowPowerMode
0x00000000 0x1c ..\obj\hw_config.o
COMMON 0x00000000 0x1 ..\obj\hw_config.o
.text 0x00000000 0x0 ..\obj\stm32f10x_tim.o
.data 0x00000000 0x0 ..\obj\stm32f10x_tim.o
.bss 0x00000000 0x0 ..\obj\stm32f10x_tim.o
.text.TI1_Config
0x00000000 0x6c ..\obj\stm32f10x_tim.o
.text.TI2_Config
0x00000000 0x78 ..\obj\stm32f10x_tim.o
.text.TIM_DeInit
0x00000000 0x1c8 ..\obj\stm32f10x_tim.o
.text.TIM_OC1Init
0x00000000 0x84 ..\obj\stm32f10x_tim.o
.text.TIM_OC2Init
0x00000000 0x80 ..\obj\stm32f10x_tim.o
.text.TIM_OC3Init
0x00000000 0x7c ..\obj\stm32f10x_tim.o
.text.TIM_BDTRConfig
0x00000000 0x20 ..\obj\stm32f10x_tim.o
.text.TIM_TimeBaseStructInit
0x00000000 0x12 ..\obj\stm32f10x_tim.o
.text.TIM_OCStructInit
0x00000000 0x14 ..\obj\stm32f10x_tim.o
.text.TIM_ICStructInit
0x00000000 0x10 ..\obj\stm32f10x_tim.o
.text.TIM_BDTRStructInit
0x00000000 0x12 ..\obj\stm32f10x_tim.o
.text.TIM_CtrlPWMOutputs
0x00000000 0x16 ..\obj\stm32f10x_tim.o
.text.TIM_GenerateEvent
0x00000000 0x4 ..\obj\stm32f10x_tim.o
.text.TIM_DMAConfig
0x00000000 0x8 ..\obj\stm32f10x_tim.o
.text.TIM_DMACmd
0x00000000 0x4 ..\obj\stm32f10x_tim.o
.text.TIM_ITRxExternalClockConfig
0x00000000 0x18 ..\obj\stm32f10x_tim.o
.text.TIM_TIxExternalClockConfig
0x00000000 0x32 ..\obj\stm32f10x_tim.o
.text.TIM_ETRConfig
0x00000000 0x14 ..\obj\stm32f10x_tim.o
.text.TIM_ETRClockMode1Config
0x00000000 0x18 ..\obj\stm32f10x_tim.o
.text.TIM_ETRClockMode2Config
0x00000000 0x10 ..\obj\stm32f10x_tim.o
.text.TIM_PrescalerConfig
0x00000000 0x6 ..\obj\stm32f10x_tim.o
.text.TIM_CounterModeConfig
0x00000000 0x10 ..\obj\stm32f10x_tim.o
.text.TIM_SelectInputTrigger
0x00000000 0x10 ..\obj\stm32f10x_tim.o
.text.TIM_EncoderInterfaceConfig
0x00000000 0x3a ..\obj\stm32f10x_tim.o
.text.TIM_ForcedOC1Config
0x00000000 0x10 ..\obj\stm32f10x_tim.o
.text.TIM_ForcedOC2Config
0x00000000 0x14 ..\obj\stm32f10x_tim.o
.text.TIM_ForcedOC3Config
0x00000000 0x10 ..\obj\stm32f10x_tim.o
.text.TIM_ForcedOC4Config
0x00000000 0x14 ..\obj\stm32f10x_tim.o
.text.TIM_SelectCOM
0x00000000 0x16 ..\obj\stm32f10x_tim.o
.text.TIM_SelectCCDMA
0x00000000 0x16 ..\obj\stm32f10x_tim.o
.text.TIM_CCPreloadControl
0x00000000 0x16 ..\obj\stm32f10x_tim.o
.text.TIM_OC1PreloadConfig
0x00000000 0x10 ..\obj\stm32f10x_tim.o
.text.TIM_OC2PreloadConfig
0x00000000 0x14 ..\obj\stm32f10x_tim.o
.text.TIM_OC3PreloadConfig
0x00000000 0x10 ..\obj\stm32f10x_tim.o
.text.TIM_OC1FastConfig
0x00000000 0x10 ..\obj\stm32f10x_tim.o
.text.TIM_OC2FastConfig
0x00000000 0x14 ..\obj\stm32f10x_tim.o
.text.TIM_OC3FastConfig
0x00000000 0x10 ..\obj\stm32f10x_tim.o
.text.TIM_OC4FastConfig
0x00000000 0x14 ..\obj\stm32f10x_tim.o
.text.TIM_ClearOC1Ref
0x00000000 0x10 ..\obj\stm32f10x_tim.o
.text.TIM_ClearOC2Ref
0x00000000 0x10 ..\obj\stm32f10x_tim.o
.text.TIM_ClearOC3Ref
0x00000000 0x10 ..\obj\stm32f10x_tim.o
.text.TIM_ClearOC4Ref
0x00000000 0x10 ..\obj\stm32f10x_tim.o
.text.TIM_OC1PolarityConfig
0x00000000 0x10 ..\obj\stm32f10x_tim.o
.text.TIM_OC1NPolarityConfig
0x00000000 0x10 ..\obj\stm32f10x_tim.o
.text.TIM_OC2PolarityConfig
0x00000000 0x14 ..\obj\stm32f10x_tim.o
.text.TIM_OC2NPolarityConfig
0x00000000 0x14 ..\obj\stm32f10x_tim.o
.text.TIM_OC3PolarityConfig
0x00000000 0x14 ..\obj\stm32f10x_tim.o
.text.TIM_OC3NPolarityConfig
0x00000000 0x14 ..\obj\stm32f10x_tim.o
.text.TIM_OC4PolarityConfig
0x00000000 0x14 ..\obj\stm32f10x_tim.o
.text.TIM_CCxCmd
0x00000000 0x1c ..\obj\stm32f10x_tim.o
.text.TIM_CCxNCmd
0x00000000 0x1c ..\obj\stm32f10x_tim.o
.text.TIM_SelectOCxM
0x00000000 0x40 ..\obj\stm32f10x_tim.o
.text.TIM_UpdateDisableConfig
0x00000000 0x16 ..\obj\stm32f10x_tim.o
.text.TIM_UpdateRequestConfig
0x00000000 0x16 ..\obj\stm32f10x_tim.o
.text.TIM_SelectHallSensor
0x00000000 0x16 ..\obj\stm32f10x_tim.o
.text.TIM_SelectOnePulseMode
0x00000000 0x14 ..\obj\stm32f10x_tim.o
.text.TIM_SelectOutputTrigger
0x00000000 0x14 ..\obj\stm32f10x_tim.o
.text.TIM_SelectSlaveMode
0x00000000 0x14 ..\obj\stm32f10x_tim.o
.text.TIM_SetCounter
0x00000000 0x4 ..\obj\stm32f10x_tim.o
.text.TIM_SetAutoreload
0x00000000 0x4 ..\obj\stm32f10x_tim.o
.text.TIM_SetCompare1
0x00000000 0x4 ..\obj\stm32f10x_tim.o
.text.TIM_SetCompare2
0x00000000 0x4 ..\obj\stm32f10x_tim.o
.text.TIM_SetCompare3
0x00000000 0x4 ..\obj\stm32f10x_tim.o
.text.TIM_SetIC1Prescaler
0x00000000 0x14 ..\obj\stm32f10x_tim.o
.text.TIM_SetIC2Prescaler
0x00000000 0x18 ..\obj\stm32f10x_tim.o
.text.TIM_PWMIConfig
0x00000000 0x60 ..\obj\stm32f10x_tim.o
.text.TIM_SetIC3Prescaler
0x00000000 0x14 ..\obj\stm32f10x_tim.o
.text.TIM_SetIC4Prescaler
0x00000000 0x18 ..\obj\stm32f10x_tim.o
.text.TIM_ICInit
0x00000000 0x12c ..\obj\stm32f10x_tim.o
.text.TIM_SetClockDivision
0x00000000 0x14 ..\obj\stm32f10x_tim.o
.text.TIM_GetCapture1
0x00000000 0x4 ..\obj\stm32f10x_tim.o
.text.TIM_GetCapture2
0x00000000 0x4 ..\obj\stm32f10x_tim.o
.text.TIM_GetCapture3
0x00000000 0x4 ..\obj\stm32f10x_tim.o
.text.TIM_GetCapture4
0x00000000 0x6 ..\obj\stm32f10x_tim.o
.text.TIM_GetCounter
0x00000000 0x4 ..\obj\stm32f10x_tim.o
.text.TIM_GetPrescaler
0x00000000 0x4 ..\obj\stm32f10x_tim.o
.text.TIM_GetFlagStatus
0x00000000 0xc ..\obj\stm32f10x_tim.o
.text.TIM_ClearFlag
0x00000000 0x8 ..\obj\stm32f10x_tim.o
.text.TIM_GetITStatus
0x00000000 0x16 ..\obj\stm32f10x_tim.o
.text 0x00000000 0x0 ..\obj\stm32f10x_spi.o
.data 0x00000000 0x0 ..\obj\stm32f10x_spi.o
.bss 0x00000000 0x0 ..\obj\stm32f10x_spi.o
.text.SPI_I2S_DeInit
0x00000000 0x64 ..\obj\stm32f10x_spi.o
.text.SPI_Init
0x00000000 0x3c ..\obj\stm32f10x_spi.o
.text.I2S_Init
0x00000000 0x9a ..\obj\stm32f10x_spi.o
.text.SPI_StructInit
0x00000000 0x18 ..\obj\stm32f10x_spi.o
.text.I2S_StructInit
0x00000000 0xe ..\obj\stm32f10x_spi.o
.text.SPI_Cmd 0x00000000 0x16 ..\obj\stm32f10x_spi.o
.text.I2S_Cmd 0x00000000 0x16 ..\obj\stm32f10x_spi.o
.text.SPI_I2S_ITConfig
0x00000000 0x18 ..\obj\stm32f10x_spi.o
.text.SPI_I2S_DMACmd
0x00000000 0x10 ..\obj\stm32f10x_spi.o
.text.SPI_I2S_SendData
0x00000000 0x4 ..\obj\stm32f10x_spi.o
.text.SPI_I2S_ReceiveData
0x00000000 0x4 ..\obj\stm32f10x_spi.o
.text.SPI_NSSInternalSoftwareConfig
0x00000000 0x1a ..\obj\stm32f10x_spi.o
.text.SPI_SSOutputCmd
0x00000000 0x16 ..\obj\stm32f10x_spi.o
.text.SPI_DataSizeConfig
0x00000000 0x14 ..\obj\stm32f10x_spi.o
.text.SPI_TransmitCRC
0x00000000 0xa ..\obj\stm32f10x_spi.o
.text.SPI_CalculateCRC
0x00000000 0x16 ..\obj\stm32f10x_spi.o
.text.SPI_GetCRC
0x00000000 0xc ..\obj\stm32f10x_spi.o
.text.SPI_GetCRCPolynomial
0x00000000 0x4 ..\obj\stm32f10x_spi.o
.text.SPI_BiDirectionalLineConfig
0x00000000 0x18 ..\obj\stm32f10x_spi.o
.text.SPI_I2S_GetFlagStatus
0x00000000 0xc ..\obj\stm32f10x_spi.o
.text.SPI_I2S_ClearFlag
0x00000000 0x8 ..\obj\stm32f10x_spi.o
.text.SPI_I2S_GetITStatus
0x00000000 0x24 ..\obj\stm32f10x_spi.o
.text.SPI_I2S_ClearITPendingBit
0x00000000 0x10 ..\obj\stm32f10x_spi.o
.comment 0x00000000 0x7f ..\obj\stm32f10x_spi.o
.ARM.attributes
0x00000000 0x33 ..\obj\stm32f10x_spi.o
.text 0x00000000 0x0 ..\obj\coolant_control.o
.data 0x00000000 0x0 ..\obj\coolant_control.o
.bss 0x00000000 0x0 ..\obj\coolant_control.o
.text 0x00000000 0x0 ..\obj\limits.o
.data 0x00000000 0x0 ..\obj\limits.o
.bss 0x00000000 0x0 ..\obj\limits.o
.text 0x00000000 0x0 ..\obj\serial.o
.data 0x00000000 0x0 ..\obj\serial.o
.text.set_init_msg_report
0x00000000 0x4 ..\obj\serial.o
.text.serial_get_rx_buffer_count
0x00000000 0x1c ..\obj\serial.o
.text.serial_get_tx_buffer_count
0x00000000 0x18 ..\obj\serial.o
.text 0x00000000 0x0 ..\obj\usb_mem.o
.data 0x00000000 0x0 ..\obj\usb_mem.o
.bss 0x00000000 0x0 ..\obj\usb_mem.o
.text 0x00000000 0x0 ..\obj\tool.o
.data 0x00000000 0x0 ..\obj\tool.o
.bss 0x00000000 0x0 ..\obj\tool.o
.text.tool_get_state
0x00000000 0x10 ..\obj\tool.o
.text.m6_get_state
0x00000000 0x10 ..\obj\tool.o
.text.tool_state_monitor
0x00000000 0xc ..\obj\tool.o
.text.m6_state_monitor
0x00000000 0x34 ..\obj\tool.o
.text 0x00000000 0x0 ..\obj\probe.o
.data 0x00000000 0x0 ..\obj\probe.o
.bss 0x00000000 0x0 ..\obj\probe.o
.text 0x00000000 0x0 ..\obj\stm32f10x_usart.o
.data 0x00000000 0x0 ..\obj\stm32f10x_usart.o
.bss 0x00000000 0x0 ..\obj\stm32f10x_usart.o
.text.USART_DeInit
0x00000000 0x9c ..\obj\stm32f10x_usart.o
.text.USART_StructInit
0x00000000 0x14 ..\obj\stm32f10x_usart.o
.text.USART_ClockInit
0x00000000 0x1e ..\obj\stm32f10x_usart.o
.text.USART_ClockStructInit
0x00000000 0xc ..\obj\stm32f10x_usart.o
.text.USART_DMACmd
0x00000000 0x10 ..\obj\stm32f10x_usart.o
.text.USART_SetAddress
0x00000000 0x14 ..\obj\stm32f10x_usart.o
.text.USART_WakeUpConfig
0x00000000 0x14 ..\obj\stm32f10x_usart.o
.text.USART_ReceiverWakeUpCmd
0x00000000 0x16 ..\obj\stm32f10x_usart.o
.text.USART_LINBreakDetectLengthConfig
0x00000000 0x14 ..\obj\stm32f10x_usart.o
.text.USART_LINCmd
0x00000000 0x16 ..\obj\stm32f10x_usart.o
.text.USART_ReceiveData
0x00000000 0x8 ..\obj\stm32f10x_usart.o
.text.USART_SendBreak
0x00000000 0xa ..\obj\stm32f10x_usart.o
.text.USART_SetGuardTime
0x00000000 0x10 ..\obj\stm32f10x_usart.o
.text.USART_SetPrescaler
0x00000000 0x10 ..\obj\stm32f10x_usart.o
.text.USART_SmartCardCmd
0x00000000 0x16 ..\obj\stm32f10x_usart.o
.text.USART_SmartCardNACKCmd
0x00000000 0x16 ..\obj\stm32f10x_usart.o
.text.USART_HalfDuplexCmd
0x00000000 0x16 ..\obj\stm32f10x_usart.o
.text.USART_OverSampling8Cmd
0x00000000 0x12 ..\obj\stm32f10x_usart.o
.text.USART_OneBitMethodCmd
0x00000000 0x16 ..\obj\stm32f10x_usart.o
.text.USART_IrDAConfig
0x00000000 0x14 ..\obj\stm32f10x_usart.o
.text.USART_IrDACmd
0x00000000 0x16 ..\obj\stm32f10x_usart.o
.text.USART_ClearFlag
0x00000000 0x8 ..\obj\stm32f10x_usart.o
.text.USART_GetITStatus
0x00000000 0x3e ..\obj\stm32f10x_usart.o
.text.USART_ClearITPendingBit
0x00000000 0xe ..\obj\stm32f10x_usart.o
.text 0x00000000 0x0 ..\obj\spindle_control.o
.data 0x00000000 0x0 ..\obj\spindle_control.o
.bss 0x00000000 0x0 ..\obj\spindle_control.o
.text 0x00000000 0x0 ..\obj\spi.o
.data 0x00000000 0x0 ..\obj\spi.o
.bss 0x00000000 0x0 ..\obj\spi.o
.text.spiInitSimple
0x00000000 0x84 ..\obj\spi.o
.text.spiReadWrite
0x00000000 0x78 ..\obj\spi.o
.rodata 0x00000000 0x52 ..\obj\spi.o
.comment 0x00000000 0x7f ..\obj\spi.o
.ARM.attributes
0x00000000 0x33 ..\obj\spi.o
.text 0x00000000 0x0 ..\obj\stm32f10x_exti.o
.data 0x00000000 0x0 ..\obj\stm32f10x_exti.o
.bss 0x00000000 0x0 ..\obj\stm32f10x_exti.o
.text.EXTI_DeInit
0x00000000 0x1c ..\obj\stm32f10x_exti.o
.text.EXTI_StructInit
0x00000000 0xe ..\obj\stm32f10x_exti.o
.text.EXTI_GenerateSWInterrupt
0x00000000 0x10 ..\obj\stm32f10x_exti.o
.text.EXTI_GetFlagStatus
0x00000000 0x14 ..\obj\stm32f10x_exti.o
.text.EXTI_ClearFlag
0x00000000 0xc ..\obj\stm32f10x_exti.o
.text 0x00000000 0x0 ..\obj\usb_init.o
.data 0x00000000 0x0 ..\obj\usb_init.o
.bss 0x00000000 0x0 ..\obj\usb_init.o
.text 0x00000000 0x0 ..\obj\usb_core.o
.data 0x00000000 0x0 ..\obj\usb_core.o
.text 0x00000000 0x0 ..\obj\stm32f10x_flash.o
.data 0x00000000 0x0 ..\obj\stm32f10x_flash.o
.bss 0x00000000 0x0 ..\obj\stm32f10x_flash.o
.text.FLASH_SetLatency
0x00000000 0x14 ..\obj\stm32f10x_flash.o
.text.FLASH_HalfCycleAccessCmd
0x00000000 0x18 ..\obj\stm32f10x_flash.o
.text.FLASH_PrefetchBufferCmd
0x00000000 0x18 ..\obj\stm32f10x_flash.o
.text.FLASH_UnlockBank1
0x00000000 0x4 ..\obj\stm32f10x_flash.o
.text.FLASH_Lock
0x00000000 0x10 ..\obj\stm32f10x_flash.o
.text.FLASH_LockBank1
0x00000000 0x4 ..\obj\stm32f10x_flash.o
.text.FLASH_GetUserOptionByte
0x00000000 0xc ..\obj\stm32f10x_flash.o
.text.FLASH_GetWriteProtectionOptionByte
0x00000000 0xc ..\obj\stm32f10x_flash.o
.text.FLASH_GetReadOutProtectionStatus
0x00000000 0x10 ..\obj\stm32f10x_flash.o
.text.FLASH_GetPrefetchBufferStatus
0x00000000 0x10 ..\obj\stm32f10x_flash.o
.text.FLASH_ITConfig
0x00000000 0x18 ..\obj\stm32f10x_flash.o
.text.FLASH_GetFlagStatus
0x00000000 0x20 ..\obj\stm32f10x_flash.o
.text.FLASH_ClearFlag
0x00000000 0xc ..\obj\stm32f10x_flash.o
.text.FLASH_GetStatus
0x00000000 0x28 ..\obj\stm32f10x_flash.o
.text.FLASH_EraseAllPages
0x00000000 0x3c ..\obj\stm32f10x_flash.o
.text.FLASH_EraseAllBank1Pages
0x00000000 0x4 ..\obj\stm32f10x_flash.o
.text.FLASH_EraseOptionBytes
0x00000000 0x80 ..\obj\stm32f10x_flash.o
.text.FLASH_ProgramWord
0x00000000 0x58 ..\obj\stm32f10x_flash.o
.text.FLASH_ProgramOptionByteData
0x00000000 0x4c ..\obj\stm32f10x_flash.o
.text.FLASH_EnableWriteProtection
0x00000000 0xa8 ..\obj\stm32f10x_flash.o
.text.FLASH_ReadOutProtection
0x00000000 0x94 ..\obj\stm32f10x_flash.o
.text.FLASH_UserOptionByteConfig
0x00000000 0x5c ..\obj\stm32f10x_flash.o
.text.FLASH_WaitForLastBank1Operation
0x00000000 0x4 ..\obj\stm32f10x_flash.o
.text 0x00000000 0x0 ..\obj\print.o
.data 0x00000000 0x0 ..\obj\print.o
.bss 0x00000000 0x0 ..\obj\print.o
.text.print_uint8_base2_ndigit
0x00000000 0x3e ..\obj\print.o
.text.printInteger
0x00000000 0x16 ..\obj\print.o
.text 0x00000000 0x0 ..\obj\usb_endp.o
.data 0x00000000 0x0 ..\obj\usb_endp.o
.bss 0x00000000 0x0 ..\obj\usb_endp.o
.text.set_init_msg_flag
0x00000000 0x2 ..\obj\usb_endp.o
.text 0x00000000 0x0 ..\obj\usb_regs.o
.data 0x00000000 0x0 ..\obj\usb_regs.o
.bss 0x00000000 0x0 ..\obj\usb_regs.o
.text.SetCNTR 0x00000000 0xc ..\obj\usb_regs.o
.text.GetCNTR 0x00000000 0xc ..\obj\usb_regs.o
.text.SetISTR 0x00000000 0xc ..\obj\usb_regs.o
.text.GetISTR 0x00000000 0xc ..\obj\usb_regs.o
.text.GetFNR 0x00000000 0xc ..\obj\usb_regs.o
.text.SetDADDR
0x00000000 0xc ..\obj\usb_regs.o
.text.GetDADDR
0x00000000 0xc ..\obj\usb_regs.o
.text.GetBTABLE
0x00000000 0xc ..\obj\usb_regs.o
.text.SetENDPOINT
0x00000000 0xe ..\obj\usb_regs.o
.text.GetENDPOINT
0x00000000 0x10 ..\obj\usb_regs.o
.text.GetEPType
0x00000000 0x12 ..\obj\usb_regs.o
.text.SetDouBleBuffEPStall
0x00000000 0x26 ..\obj\usb_regs.o
.text.GetEPTxStatus
0x00000000 0x12 ..\obj\usb_regs.o
.text.GetEPRxStatus
0x00000000 0x12 ..\obj\usb_regs.o
.text.SetEP_KIND
0x00000000 0x1e ..\obj\usb_regs.o
.text.Set_Status_Out
0x00000000 0x4 ..\obj\usb_regs.o
.text.SetEPDoubleBuff
0x00000000 0x4 ..\obj\usb_regs.o
.text.ClearEPDoubleBuff
0x00000000 0x4 ..\obj\usb_regs.o
.text.GetTxStallStatus
0x00000000 0x1a ..\obj\usb_regs.o
.text.GetRxStallStatus
0x00000000 0x1a ..\obj\usb_regs.o
.text.ClearEP_CTR_RX
0x00000000 0x18 ..\obj\usb_regs.o
.text.ClearEP_CTR_TX
0x00000000 0x1c ..\obj\usb_regs.o
.text.ToggleDTOG_RX
0x00000000 0x20 ..\obj\usb_regs.o
.text.ToggleDTOG_TX
0x00000000 0x20 ..\obj\usb_regs.o
.text.SetEPAddress
0x00000000 0x22 ..\obj\usb_regs.o
.text.GetEPAddress
0x00000000 0x12 ..\obj\usb_regs.o
.text.SetEPCountRxReg
0x00000000 0x26 ..\obj\usb_regs.o
.text.GetEPTxCount
0x00000000 0x20 ..\obj\usb_regs.o
.text.SetEPDblBuffAddr
0x00000000 0x38 ..\obj\usb_regs.o
.text.SetEPDblBuf0Addr
0x00000000 0x4 ..\obj\usb_regs.o
.text.SetEPDblBuf1Addr
0x00000000 0x4 ..\obj\usb_regs.o
.text.GetEPDblBuf0Addr
0x00000000 0x4 ..\obj\usb_regs.o
.text.GetEPDblBuf1Addr
0x00000000 0x4 ..\obj\usb_regs.o
.text.SetEPDblBuffCount
0x00000000 0xa8 ..\obj\usb_regs.o
.text.SetEPDblBuf0Count
0x00000000 0x5c ..\obj\usb_regs.o
.text.SetEPDblBuf1Count
0x00000000 0x5c ..\obj\usb_regs.o
.text.GetEPDblBuf0Count
0x00000000 0x4 ..\obj\usb_regs.o
.text.GetEPDblBuf1Count
0x00000000 0x4 ..\obj\usb_regs.o
.text.GetEPDblBufDir
0x00000000 0x44 ..\obj\usb_regs.o
.text.FreeUserBuffer
0x00000000 0x46 ..\obj\usb_regs.o
.text.ToWord 0x00000000 0x6 ..\obj\usb_regs.o
.text 0x00000000 0x0 ..\obj\stm32f10x_it.o
.data 0x00000000 0x0 ..\obj\stm32f10x_it.o
.bss 0x00000000 0x0 ..\obj\stm32f10x_it.o
.text.EVAL_COM1_IRQHandler
0x00000000 0x2 ..\obj\stm32f10x_it.o
.text 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-s_cos.o)
.data 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-s_cos.o)
.bss 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-s_cos.o)
.text 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-s_lround.o)
.data 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-s_lround.o)
.bss 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-s_lround.o)
.text 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-s_sin.o)
.data 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-s_sin.o)
.bss 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-s_sin.o)
.text 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-sf_ceil.o)
.data 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-sf_ceil.o)
.bss 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-sf_ceil.o)
.text 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-sf_floor.o)
.data 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-sf_floor.o)
.bss 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-sf_floor.o)
.text 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-sf_lround.o)
.data 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-sf_lround.o)
.bss 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-sf_lround.o)
.text 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-sf_trunc.o)
.data 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-sf_trunc.o)
.bss 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-sf_trunc.o)
.text 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-w_atan2.o)
.data 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-w_atan2.o)
.bss 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-w_atan2.o)
.text 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-w_sqrt.o)
.data 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-w_sqrt.o)
.bss 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-w_sqrt.o)
.text 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-wf_sqrt.o)
.data 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-wf_sqrt.o)
.bss 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-wf_sqrt.o)
.text 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-e_atan2.o)
.data 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-e_atan2.o)
.bss 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-e_atan2.o)
.text 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-e_rem_pio2.o)
.data 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-e_rem_pio2.o)
.bss 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-e_rem_pio2.o)
.text 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-e_sqrt.o)
.data 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-e_sqrt.o)
.bss 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-e_sqrt.o)
.text 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-ef_sqrt.o)
.data 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-ef_sqrt.o)
.bss 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-ef_sqrt.o)
.text 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-k_cos.o)
.data 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-k_cos.o)
.bss 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-k_cos.o)
.text 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-k_rem_pio2.o)
.data 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-k_rem_pio2.o)
.bss 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-k_rem_pio2.o)
.text 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-k_sin.o)
.data 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-k_sin.o)
.bss 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-k_sin.o)
.text 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-s_atan.o)
.data 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-s_atan.o)
.bss 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-s_atan.o)
.text 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-s_fabs.o)
.data 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-s_fabs.o)
.bss 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-s_fabs.o)
.text 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-s_floor.o)
.data 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-s_floor.o)
.bss 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-s_floor.o)
.text 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-s_lib_ver.o)
.data 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-s_lib_ver.o)
.bss 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-s_lib_ver.o)
.text 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-s_matherr.o)
.data 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-s_matherr.o)
.bss 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-s_matherr.o)
.text 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-s_scalbn.o)
.data 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-s_scalbn.o)
.bss 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-s_scalbn.o)
.text 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-s_copysign.o)
.data 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-s_copysign.o)
.bss 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libm.a(lib_a-s_copysign.o)
.data 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/thumb/v7-m\libgcc.a(_arm_addsubdf3.o)
.bss 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/thumb/v7-m\libgcc.a(_arm_addsubdf3.o)
.data 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/thumb/v7-m\libgcc.a(_arm_muldivdf3.o)
.bss 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/thumb/v7-m\libgcc.a(_arm_muldivdf3.o)
.data 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/thumb/v7-m\libgcc.a(_arm_cmpdf2.o)
.bss 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/thumb/v7-m\libgcc.a(_arm_cmpdf2.o)
.data 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/thumb/v7-m\libgcc.a(_arm_unorddf2.o)
.bss 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/thumb/v7-m\libgcc.a(_arm_unorddf2.o)
.data 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/thumb/v7-m\libgcc.a(_arm_fixdfsi.o)
.bss 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/thumb/v7-m\libgcc.a(_arm_fixdfsi.o)
.data 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/thumb/v7-m\libgcc.a(_arm_truncdfsf2.o)
.bss 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/thumb/v7-m\libgcc.a(_arm_truncdfsf2.o)
.data 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/thumb/v7-m\libgcc.a(_arm_addsubsf3.o)
.bss 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/thumb/v7-m\libgcc.a(_arm_addsubsf3.o)
.data 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/thumb/v7-m\libgcc.a(_arm_muldivsf3.o)
.bss 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/thumb/v7-m\libgcc.a(_arm_muldivsf3.o)
.data 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/thumb/v7-m\libgcc.a(_arm_cmpsf2.o)
.bss 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/thumb/v7-m\libgcc.a(_arm_cmpsf2.o)
.data 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/thumb/v7-m\libgcc.a(_arm_unordsf2.o)
.bss 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/thumb/v7-m\libgcc.a(_arm_unordsf2.o)
.data 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/thumb/v7-m\libgcc.a(_arm_fixsfsi.o)
.bss 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/thumb/v7-m\libgcc.a(_arm_fixsfsi.o)
.data 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/thumb/v7-m\libgcc.a(_arm_fixunssfsi.o)
.bss 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/thumb/v7-m\libgcc.a(_arm_fixunssfsi.o)
.text 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libg.a(lib_a-errno.o)
.data 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libg.a(lib_a-errno.o)
.bss 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libg.a(lib_a-errno.o)
.text 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libg.a(lib_a-impure.o)
.data 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libg.a(lib_a-impure.o)
.bss 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libg.a(lib_a-impure.o)
.rodata._global_impure_ptr
0x00000000 0x4 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libg.a(lib_a-impure.o)
.text 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libg.a(lib_a-memcmp.o)
.data 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libg.a(lib_a-memcmp.o)
.bss 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libg.a(lib_a-memcmp.o)
.text 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libg.a(lib_a-memset.o)
.data 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libg.a(lib_a-memset.o)
.bss 0x00000000 0x0 c:/program files (x86)/gnu tools arm embedded/7 2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7-m\libg.a(lib_a-memset.o)
Memory Configuration
Name Origin Length Attributes
rom 0x08000000 0x00020000 xr
ram 0x20000000 0x00005000 xrw
*default* 0x00000000 0xffffffff
Linker script and memory map
0x20005000 _eram = 0x20005000
.text 0x08000000 0xaa30
*(.isr_vector)
.isr_vector 0x08000000 0x10c ..\obj\startup_stm32f10x_md.o
0x08000000 g_pfnVectors
*(.text*)
.text.st_wake_up
0x0800010c 0x74 ..\obj\stepper.o
0x0800010c st_wake_up
.text.st_go_idle
0x08000180 0x78 ..\obj\stepper.o
0x08000180 st_go_idle
.text.TIM2_IRQHandler
0x080001f8 0x204 ..\obj\stepper.o
0x080001f8 TIM2_IRQHandler
.text.TIM3_IRQHandler
0x080003fc 0x58 ..\obj\stepper.o
0x080003fc TIM3_IRQHandler
.text.st_generate_step_dir_invert_masks
0x08000454 0x70 ..\obj\stepper.o
0x08000454 st_generate_step_dir_invert_masks
.text.st_reset
0x080004c4 0x88 ..\obj\stepper.o
0x080004c4 st_reset
.text.st_update_plan_block_parameters
0x0800054c 0x30 ..\obj\stepper.o
0x0800054c st_update_plan_block_parameters
.text.st_prep_buffer
0x0800057c 0x7d4 ..\obj\stepper.o
0x0800057c st_prep_buffer
.text.st_get_realtime_rate
0x08000d50 0x1c ..\obj\stepper.o
0x08000d50 st_get_realtime_rate
.text.TIM_Configuration
0x08000d6c 0x88 ..\obj\stepper.o
0x08000d6c TIM_Configuration
.text.stepper_init
0x08000df4 0xb0 ..\obj\stepper.o
0x08000df4 stepper_init
.text.NVIC_PriorityGroupConfig
0x08000ea4 0x14 ..\obj\misc.o
0x08000ea4 NVIC_PriorityGroupConfig
.text.NVIC_Init
0x08000eb8 0x58 ..\obj\misc.o
0x08000eb8 NVIC_Init
.text.jog_execute
0x08000f10 0x5c ..\obj\jog.o
0x08000f10 jog_execute
.text.protocol_auto_cycle_start
0x08000f6c 0x14 ..\obj\protocol.o
0x08000f6c protocol_auto_cycle_start
.text.protocol_exec_rt_system
0x08000f80 0x35c ..\obj\protocol.o
0x08000f80 protocol_exec_rt_system
.text.protocol_execute_realtime
0x080012dc 0x1a8 ..\obj\protocol.o
0x080012dc protocol_execute_realtime
.text.protocol_main_loop
0x08001484 0x12c ..\obj\protocol.o
0x08001484 protocol_main_loop
.text.protocol_buffer_synchronize
0x080015b0 0x24 ..\obj\protocol.o
0x080015b0 protocol_buffer_synchronize
.text.USB_SIL_Init
0x080015d4 0x20 ..\obj\usb_sil.o
0x080015d4 USB_SIL_Init
.text.USB_SIL_Read
0x080015f4 0x24 ..\obj\usb_sil.o
0x080015f4 USB_SIL_Read
.text.read_float
0x08001618 0xe0 ..\obj\nuts_bolts.o
0x08001618 read_float
.text.delay_sec
0x080016f8 0x44 ..\obj\nuts_bolts.o
0x080016f8 delay_sec
.text.delay_ms
0x0800173c 0x1a ..\obj\nuts_bolts.o
0x0800173c delay_ms
.text.hypot_f 0x08001756 0x2a ..\obj\nuts_bolts.o