summaryrefslogtreecommitdiff
path: root/simonnnnn/Debug/output.map
blob: c30a2e61d59da7e21d5b99ac57c8489a4b13c872 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
Archive member included to satisfy reference by file (symbol)

/home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a(_udivsi3.o)
                              Core/Src/system_stm32l0xx.o (__aeabi_uidiv)
/home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a(_divsi3.o)
                              Core/Src/main.o (__aeabi_idivmod)
/home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a(_dvmd_tls.o)
                              /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a(_udivsi3.o) (__aeabi_idiv0)
/home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a(_aeabi_uldivmod.o)
                              Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o (__aeabi_uldivmod)
/home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a(_muldi3.o)
                              Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o (__aeabi_lmul)
/home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a(_udivmoddi4.o)
                              /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a(_aeabi_uldivmod.o) (__udivmoddi4)
/home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a(_clzdi2.o)
                              /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a(_udivmoddi4.o) (__clzdi2)
/home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a(_clzsi2.o)
                              /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a(_clzdi2.o) (__clzsi2)
/home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-errno.o)
                              Core/Src/syscalls.o (__errno)
/home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-exit.o)
                              /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/crt0.o (exit)
/home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-impure.o)
                              /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-exit.o) (_global_impure_ptr)
/home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-init.o)
                              /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/crt0.o (__libc_init_array)
/home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-memset.o)
                              /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/crt0.o (memset)
/home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-rand.o)
                              Core/Src/main.o (srand)
/home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-sprintf.o)
                              Core/Src/main.o (sprintf)
/home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-strcmp.o)
                              Core/Src/main.o (strcmp)
/home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-time.o)
                              Core/Src/main.o (time)
/home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-gettimeofdayr.o)
                              /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-time.o) (_gettimeofday_r)
/home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-malloc.o)
                              /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-rand.o) (malloc)
/home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-freer.o)
                              /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-malloc.o) (_free_r)
/home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-mallocr.o)
                              /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-malloc.o) (_malloc_r)
/home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-svfprintf.o)
                              /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-sprintf.o) (_svfprintf_r)
/home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-vfprintf_i.o)
                              /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-svfprintf.o) (_printf_i)
/home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-reent.o)
                              /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-gettimeofdayr.o) (errno)
/home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-sbrkr.o)
                              /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-mallocr.o) (_sbrk_r)
/home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-memchr-stub.o)
                              /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-svfprintf.o) (memchr)
/home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-memcpy-stub.o)
                              /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-svfprintf.o) (memcpy)
/home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-memmove.o)
                              /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-svfprintf.o) (memmove)
/home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-mlock.o)
                              /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-freer.o) (__malloc_lock)
/home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-reallocr.o)
                              /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-svfprintf.o) (_realloc_r)
/home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-msizer.o)
                              /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-reallocr.o) (_malloc_usable_size_r)
/home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libnosys.a(gettod.o)
                              /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-gettimeofdayr.o) (_gettimeofday)

Allocating common symbols
Common symbol       size              file

errno               0x4               /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-reent.o)
uwTick              0x4               Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
pFlash              0x18              Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
button_system       0x8               Core/Src/main.o
button_jaune        0x8               Core/Src/main.o
led_system          0x8               Core/Src/main.o
led_rouge           0x8               Core/Src/main.o
led_verte           0x8               Core/Src/main.o
button_deux_joueur  0x8               Core/Src/main.o
button_rouge        0x8               Core/Src/main.o
button_vert         0x8               Core/Src/main.o
huart2              0x84              Core/Src/usart.o
led_jaune           0x8               Core/Src/main.o

Discarded input sections

 .text          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/crti.o
 .data          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/crti.o
 .bss           0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/crti.o
 .data          0x0000000000000000        0x4 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/crtbegin.o
 .text          0x0000000000000000       0x78 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/crt0.o
 .data          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/crt0.o
 .bss           0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/crt0.o
 .ARM.extab     0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/crt0.o
 .ARM.exidx     0x0000000000000000        0x8 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/crt0.o
 .ARM.attributes
                0x0000000000000000       0x1b /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/crt0.o
 .group         0x0000000000000000        0xc Core/Src/button.o
 .group         0x0000000000000000        0xc Core/Src/button.o
 .group         0x0000000000000000        0xc Core/Src/button.o
 .group         0x0000000000000000        0xc Core/Src/button.o
 .group         0x0000000000000000        0xc Core/Src/button.o
 .group         0x0000000000000000        0xc Core/Src/button.o
 .group         0x0000000000000000        0xc Core/Src/button.o
 .group         0x0000000000000000        0xc Core/Src/button.o
 .group         0x0000000000000000        0xc Core/Src/button.o
 .group         0x0000000000000000        0xc Core/Src/button.o
 .group         0x0000000000000000        0xc Core/Src/button.o
 .group         0x0000000000000000        0xc Core/Src/button.o
 .group         0x0000000000000000        0xc Core/Src/button.o
 .group         0x0000000000000000        0xc Core/Src/button.o
 .text          0x0000000000000000        0x0 Core/Src/button.o
 .data          0x0000000000000000        0x0 Core/Src/button.o
 .bss           0x0000000000000000        0x0 Core/Src/button.o
 .group         0x0000000000000000        0xc Core/Src/gpio.o
 .group         0x0000000000000000        0xc Core/Src/gpio.o
 .group         0x0000000000000000        0xc Core/Src/gpio.o
 .group         0x0000000000000000        0xc Core/Src/gpio.o
 .group         0x0000000000000000        0xc Core/Src/gpio.o
 .group         0x0000000000000000        0xc Core/Src/gpio.o
 .group         0x0000000000000000        0xc Core/Src/gpio.o
 .group         0x0000000000000000        0xc Core/Src/gpio.o
 .group         0x0000000000000000        0xc Core/Src/gpio.o
 .group         0x0000000000000000        0xc Core/Src/gpio.o
 .group         0x0000000000000000        0xc Core/Src/gpio.o
 .group         0x0000000000000000        0xc Core/Src/gpio.o
 .group         0x0000000000000000        0xc Core/Src/gpio.o
 .group         0x0000000000000000        0xc Core/Src/gpio.o
 .group         0x0000000000000000        0xc Core/Src/gpio.o
 .group         0x0000000000000000        0xc Core/Src/gpio.o
 .group         0x0000000000000000        0xc Core/Src/gpio.o
 .group         0x0000000000000000        0xc Core/Src/gpio.o
 .group         0x0000000000000000        0xc Core/Src/gpio.o
 .group         0x0000000000000000        0xc Core/Src/gpio.o
 .group         0x0000000000000000        0xc Core/Src/gpio.o
 .group         0x0000000000000000        0xc Core/Src/gpio.o
 .group         0x0000000000000000        0xc Core/Src/gpio.o
 .group         0x0000000000000000        0xc Core/Src/gpio.o
 .group         0x0000000000000000        0xc Core/Src/gpio.o
 .group         0x0000000000000000        0xc Core/Src/gpio.o
 .group         0x0000000000000000        0xc Core/Src/gpio.o
 .group         0x0000000000000000        0xc Core/Src/gpio.o
 .group         0x0000000000000000        0xc Core/Src/gpio.o
 .group         0x0000000000000000        0xc Core/Src/gpio.o
 .group         0x0000000000000000        0xc Core/Src/gpio.o
 .group         0x0000000000000000        0xc Core/Src/gpio.o
 .group         0x0000000000000000        0xc Core/Src/gpio.o
 .group         0x0000000000000000        0xc Core/Src/gpio.o
 .group         0x0000000000000000        0xc Core/Src/gpio.o
 .group         0x0000000000000000        0xc Core/Src/gpio.o
 .group         0x0000000000000000        0xc Core/Src/gpio.o
 .group         0x0000000000000000        0xc Core/Src/gpio.o
 .text          0x0000000000000000        0x0 Core/Src/gpio.o
 .data          0x0000000000000000        0x0 Core/Src/gpio.o
 .bss           0x0000000000000000        0x0 Core/Src/gpio.o
 .debug_macro   0x0000000000000000      0xa42 Core/Src/gpio.o
 .debug_macro   0x0000000000000000       0x28 Core/Src/gpio.o
 .debug_macro   0x0000000000000000       0x22 Core/Src/gpio.o
 .debug_macro   0x0000000000000000       0x8e Core/Src/gpio.o
 .debug_macro   0x0000000000000000       0x51 Core/Src/gpio.o
 .debug_macro   0x0000000000000000       0xef Core/Src/gpio.o
 .debug_macro   0x0000000000000000       0x6a Core/Src/gpio.o
 .debug_macro   0x0000000000000000      0x1df Core/Src/gpio.o
 .debug_macro   0x0000000000000000       0x1c Core/Src/gpio.o
 .debug_macro   0x0000000000000000       0x22 Core/Src/gpio.o
 .debug_macro   0x0000000000000000       0xb5 Core/Src/gpio.o
 .debug_macro   0x0000000000000000      0x4da Core/Src/gpio.o
 .debug_macro   0x0000000000000000      0x11f Core/Src/gpio.o
 .debug_macro   0x0000000000000000     0x9d14 Core/Src/gpio.o
 .group         0x0000000000000000        0xc Core/Src/lcd_1602.o
 .group         0x0000000000000000        0xc Core/Src/lcd_1602.o
 .group         0x0000000000000000        0xc Core/Src/lcd_1602.o
 .group         0x0000000000000000        0xc Core/Src/lcd_1602.o
 .group         0x0000000000000000        0xc Core/Src/lcd_1602.o
 .group         0x0000000000000000        0xc Core/Src/lcd_1602.o
 .group         0x0000000000000000        0xc Core/Src/lcd_1602.o
 .group         0x0000000000000000        0xc Core/Src/lcd_1602.o
 .group         0x0000000000000000        0xc Core/Src/lcd_1602.o
 .group         0x0000000000000000        0xc Core/Src/lcd_1602.o
 .group         0x0000000000000000        0xc Core/Src/lcd_1602.o
 .group         0x0000000000000000        0xc Core/Src/lcd_1602.o
 .group         0x0000000000000000        0xc Core/Src/lcd_1602.o
 .group         0x0000000000000000        0xc Core/Src/lcd_1602.o
 .group         0x0000000000000000        0xc Core/Src/lcd_1602.o
 .group         0x0000000000000000        0xc Core/Src/lcd_1602.o
 .group         0x0000000000000000        0xc Core/Src/lcd_1602.o
 .group         0x0000000000000000        0xc Core/Src/lcd_1602.o
 .group         0x0000000000000000        0xc Core/Src/lcd_1602.o
 .group         0x0000000000000000        0xc Core/Src/lcd_1602.o
 .group         0x0000000000000000        0xc Core/Src/lcd_1602.o
 .group         0x0000000000000000        0xc Core/Src/lcd_1602.o
 .group         0x0000000000000000        0xc Core/Src/lcd_1602.o
 .group         0x0000000000000000        0xc Core/Src/lcd_1602.o
 .group         0x0000000000000000        0xc Core/Src/lcd_1602.o
 .group         0x0000000000000000        0xc Core/Src/lcd_1602.o
 .group         0x0000000000000000        0xc Core/Src/lcd_1602.o
 .group         0x0000000000000000        0xc Core/Src/lcd_1602.o
 .group         0x0000000000000000        0xc Core/Src/lcd_1602.o
 .group         0x0000000000000000        0xc Core/Src/lcd_1602.o
 .group         0x0000000000000000        0xc Core/Src/lcd_1602.o
 .group         0x0000000000000000        0xc Core/Src/lcd_1602.o
 .group         0x0000000000000000        0xc Core/Src/lcd_1602.o
 .group         0x0000000000000000        0xc Core/Src/lcd_1602.o
 .group         0x0000000000000000        0xc Core/Src/lcd_1602.o
 .group         0x0000000000000000        0xc Core/Src/lcd_1602.o
 .group         0x0000000000000000        0xc Core/Src/lcd_1602.o
 .group         0x0000000000000000        0xc Core/Src/lcd_1602.o
 .group         0x0000000000000000        0xc Core/Src/lcd_1602.o
 .text          0x0000000000000000        0x0 Core/Src/lcd_1602.o
 .data          0x0000000000000000        0x0 Core/Src/lcd_1602.o
 .bss           0x0000000000000000        0x0 Core/Src/lcd_1602.o
 .text.lcd_cmd  0x0000000000000000        0xc Core/Src/lcd_1602.o
 .debug_macro   0x0000000000000000      0xa42 Core/Src/lcd_1602.o
 .debug_macro   0x0000000000000000       0x28 Core/Src/lcd_1602.o
 .debug_macro   0x0000000000000000       0x22 Core/Src/lcd_1602.o
 .debug_macro   0x0000000000000000       0x8e Core/Src/lcd_1602.o
 .debug_macro   0x0000000000000000       0x51 Core/Src/lcd_1602.o
 .debug_macro   0x0000000000000000       0xef Core/Src/lcd_1602.o
 .debug_macro   0x0000000000000000       0x6a Core/Src/lcd_1602.o
 .debug_macro   0x0000000000000000      0x1df Core/Src/lcd_1602.o
 .debug_macro   0x0000000000000000       0x1c Core/Src/lcd_1602.o
 .debug_macro   0x0000000000000000       0x22 Core/Src/lcd_1602.o
 .debug_macro   0x0000000000000000       0xb5 Core/Src/lcd_1602.o
 .debug_macro   0x0000000000000000      0x4da Core/Src/lcd_1602.o
 .debug_macro   0x0000000000000000      0x11f Core/Src/lcd_1602.o
 .debug_macro   0x0000000000000000     0x9d14 Core/Src/lcd_1602.o
 .debug_macro   0x0000000000000000      0x11f Core/Src/lcd_1602.o
 .debug_macro   0x0000000000000000       0x2e Core/Src/lcd_1602.o
 .debug_macro   0x0000000000000000       0x3c Core/Src/lcd_1602.o
 .debug_macro   0x0000000000000000     0x352b Core/Src/lcd_1602.o
 .debug_macro   0x0000000000000000      0x174 Core/Src/lcd_1602.o
 .debug_macro   0x0000000000000000       0x5b Core/Src/lcd_1602.o
 .debug_macro   0x0000000000000000      0x8e4 Core/Src/lcd_1602.o
 .debug_macro   0x0000000000000000      0x9d2 Core/Src/lcd_1602.o
 .debug_macro   0x0000000000000000      0x190 Core/Src/lcd_1602.o
 .debug_macro   0x0000000000000000      0x13f Core/Src/lcd_1602.o
 .debug_macro   0x0000000000000000      0x17d Core/Src/lcd_1602.o
 .debug_macro   0x0000000000000000      0x28e Core/Src/lcd_1602.o
 .debug_macro   0x0000000000000000      0x1e9 Core/Src/lcd_1602.o
 .debug_macro   0x0000000000000000      0x129 Core/Src/lcd_1602.o
 .debug_macro   0x0000000000000000      0x2b4 Core/Src/lcd_1602.o
 .debug_macro   0x0000000000000000      0x22c Core/Src/lcd_1602.o
 .debug_macro   0x0000000000000000       0x5b Core/Src/lcd_1602.o
 .debug_macro   0x0000000000000000       0xa5 Core/Src/lcd_1602.o
 .debug_macro   0x0000000000000000      0x187 Core/Src/lcd_1602.o
 .debug_macro   0x0000000000000000       0x16 Core/Src/lcd_1602.o
 .debug_macro   0x0000000000000000      0x5ba Core/Src/lcd_1602.o
 .debug_macro   0x0000000000000000       0x44 Core/Src/lcd_1602.o
 .debug_macro   0x0000000000000000      0x16c Core/Src/lcd_1602.o
 .debug_macro   0x0000000000000000       0xa0 Core/Src/lcd_1602.o
 .group         0x0000000000000000        0xc Core/Src/led.o
 .group         0x0000000000000000        0xc Core/Src/led.o
 .group         0x0000000000000000        0xc Core/Src/led.o
 .group         0x0000000000000000        0xc Core/Src/led.o
 .group         0x0000000000000000        0xc Core/Src/led.o
 .group         0x0000000000000000        0xc Core/Src/led.o
 .group         0x0000000000000000        0xc Core/Src/led.o
 .group         0x0000000000000000        0xc Core/Src/led.o
 .group         0x0000000000000000        0xc Core/Src/led.o
 .group         0x0000000000000000        0xc Core/Src/led.o
 .group         0x0000000000000000        0xc Core/Src/led.o
 .group         0x0000000000000000        0xc Core/Src/led.o
 .group         0x0000000000000000        0xc Core/Src/led.o
 .group         0x0000000000000000        0xc Core/Src/led.o
 .text          0x0000000000000000        0x0 Core/Src/led.o
 .data          0x0000000000000000        0x0 Core/Src/led.o
 .bss           0x0000000000000000        0x0 Core/Src/led.o
 .text.Led_isOn
                0x0000000000000000       0x14 Core/Src/led.o
 .text.Led_isOff
                0x0000000000000000       0x14 Core/Src/led.o
 .text.Led_toggle
                0x0000000000000000       0x10 Core/Src/led.o
 .debug_macro   0x0000000000000000      0xa42 Core/Src/led.o
 .debug_macro   0x0000000000000000       0x28 Core/Src/led.o
 .debug_macro   0x0000000000000000       0x22 Core/Src/led.o
 .debug_macro   0x0000000000000000       0x8e Core/Src/led.o
 .debug_macro   0x0000000000000000       0x51 Core/Src/led.o
 .debug_macro   0x0000000000000000       0xef Core/Src/led.o
 .debug_macro   0x0000000000000000       0x6a Core/Src/led.o
 .debug_macro   0x0000000000000000      0x1df Core/Src/led.o
 .debug_macro   0x0000000000000000       0x1c Core/Src/led.o
 .debug_macro   0x0000000000000000       0x22 Core/Src/led.o
 .debug_macro   0x0000000000000000       0xb5 Core/Src/led.o
 .debug_macro   0x0000000000000000      0x4da Core/Src/led.o
 .debug_macro   0x0000000000000000      0x11f Core/Src/led.o
 .debug_macro   0x0000000000000000     0x9d14 Core/Src/led.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/main.o
 .text          0x0000000000000000        0x0 Core/Src/main.o
 .data          0x0000000000000000        0x0 Core/Src/main.o
 .bss           0x0000000000000000        0x0 Core/Src/main.o
 .debug_macro   0x0000000000000000      0xa42 Core/Src/main.o
 .debug_macro   0x0000000000000000      0x11f Core/Src/main.o
 .debug_macro   0x0000000000000000       0x2e Core/Src/main.o
 .debug_macro   0x0000000000000000       0x28 Core/Src/main.o
 .debug_macro   0x0000000000000000       0x22 Core/Src/main.o
 .debug_macro   0x0000000000000000       0x8e Core/Src/main.o
 .debug_macro   0x0000000000000000       0x51 Core/Src/main.o
 .debug_macro   0x0000000000000000       0xef Core/Src/main.o
 .debug_macro   0x0000000000000000       0x6a Core/Src/main.o
 .debug_macro   0x0000000000000000      0x1df Core/Src/main.o
 .debug_macro   0x0000000000000000       0x1c Core/Src/main.o
 .debug_macro   0x0000000000000000       0x22 Core/Src/main.o
 .debug_macro   0x0000000000000000       0xb5 Core/Src/main.o
 .debug_macro   0x0000000000000000      0x4da Core/Src/main.o
 .debug_macro   0x0000000000000000      0x11f Core/Src/main.o
 .debug_macro   0x0000000000000000     0x9d14 Core/Src/main.o
 .debug_macro   0x0000000000000000       0x3c Core/Src/main.o
 .debug_macro   0x0000000000000000     0x352b Core/Src/main.o
 .debug_macro   0x0000000000000000      0x174 Core/Src/main.o
 .debug_macro   0x0000000000000000       0x5b Core/Src/main.o
 .debug_macro   0x0000000000000000      0x8e4 Core/Src/main.o
 .debug_macro   0x0000000000000000      0x9d2 Core/Src/main.o
 .debug_macro   0x0000000000000000      0x190 Core/Src/main.o
 .debug_macro   0x0000000000000000      0x13f Core/Src/main.o
 .debug_macro   0x0000000000000000      0x17d Core/Src/main.o
 .debug_macro   0x0000000000000000      0x28e Core/Src/main.o
 .debug_macro   0x0000000000000000      0x1e9 Core/Src/main.o
 .debug_macro   0x0000000000000000      0x129 Core/Src/main.o
 .debug_macro   0x0000000000000000      0x2b4 Core/Src/main.o
 .debug_macro   0x0000000000000000      0x22c Core/Src/main.o
 .debug_macro   0x0000000000000000       0x5b Core/Src/main.o
 .debug_macro   0x0000000000000000       0xa5 Core/Src/main.o
 .debug_macro   0x0000000000000000      0x187 Core/Src/main.o
 .debug_macro   0x0000000000000000       0x16 Core/Src/main.o
 .debug_macro   0x0000000000000000      0x5ba Core/Src/main.o
 .debug_macro   0x0000000000000000       0x44 Core/Src/main.o
 .debug_macro   0x0000000000000000      0x16c Core/Src/main.o
 .debug_macro   0x0000000000000000       0xa0 Core/Src/main.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_hal_msp.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_hal_msp.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_hal_msp.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_hal_msp.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_hal_msp.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_hal_msp.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_hal_msp.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_hal_msp.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_hal_msp.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_hal_msp.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_hal_msp.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_hal_msp.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_hal_msp.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_hal_msp.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_hal_msp.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_hal_msp.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_hal_msp.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_hal_msp.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_hal_msp.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_hal_msp.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_hal_msp.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_hal_msp.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_hal_msp.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_hal_msp.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_hal_msp.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_hal_msp.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_hal_msp.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_hal_msp.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_hal_msp.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_hal_msp.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_hal_msp.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_hal_msp.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_hal_msp.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_hal_msp.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_hal_msp.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_hal_msp.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_hal_msp.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_hal_msp.o
 .text          0x0000000000000000        0x0 Core/Src/stm32l0xx_hal_msp.o
 .data          0x0000000000000000        0x0 Core/Src/stm32l0xx_hal_msp.o
 .bss           0x0000000000000000        0x0 Core/Src/stm32l0xx_hal_msp.o
 .debug_macro   0x0000000000000000      0xa42 Core/Src/stm32l0xx_hal_msp.o
 .debug_macro   0x0000000000000000      0x11f Core/Src/stm32l0xx_hal_msp.o
 .debug_macro   0x0000000000000000       0x2e Core/Src/stm32l0xx_hal_msp.o
 .debug_macro   0x0000000000000000       0x28 Core/Src/stm32l0xx_hal_msp.o
 .debug_macro   0x0000000000000000       0x22 Core/Src/stm32l0xx_hal_msp.o
 .debug_macro   0x0000000000000000       0x8e Core/Src/stm32l0xx_hal_msp.o
 .debug_macro   0x0000000000000000       0x51 Core/Src/stm32l0xx_hal_msp.o
 .debug_macro   0x0000000000000000       0xef Core/Src/stm32l0xx_hal_msp.o
 .debug_macro   0x0000000000000000       0x6a Core/Src/stm32l0xx_hal_msp.o
 .debug_macro   0x0000000000000000      0x1df Core/Src/stm32l0xx_hal_msp.o
 .debug_macro   0x0000000000000000       0x1c Core/Src/stm32l0xx_hal_msp.o
 .debug_macro   0x0000000000000000       0x22 Core/Src/stm32l0xx_hal_msp.o
 .debug_macro   0x0000000000000000       0xb5 Core/Src/stm32l0xx_hal_msp.o
 .debug_macro   0x0000000000000000      0x4da Core/Src/stm32l0xx_hal_msp.o
 .debug_macro   0x0000000000000000      0x11f Core/Src/stm32l0xx_hal_msp.o
 .debug_macro   0x0000000000000000     0x9d14 Core/Src/stm32l0xx_hal_msp.o
 .debug_macro   0x0000000000000000       0x3c Core/Src/stm32l0xx_hal_msp.o
 .debug_macro   0x0000000000000000     0x352b Core/Src/stm32l0xx_hal_msp.o
 .debug_macro   0x0000000000000000      0x174 Core/Src/stm32l0xx_hal_msp.o
 .debug_macro   0x0000000000000000       0x5b Core/Src/stm32l0xx_hal_msp.o
 .debug_macro   0x0000000000000000      0x8e4 Core/Src/stm32l0xx_hal_msp.o
 .debug_macro   0x0000000000000000      0x9d2 Core/Src/stm32l0xx_hal_msp.o
 .debug_macro   0x0000000000000000      0x190 Core/Src/stm32l0xx_hal_msp.o
 .debug_macro   0x0000000000000000      0x13f Core/Src/stm32l0xx_hal_msp.o
 .debug_macro   0x0000000000000000      0x17d Core/Src/stm32l0xx_hal_msp.o
 .debug_macro   0x0000000000000000      0x28e Core/Src/stm32l0xx_hal_msp.o
 .debug_macro   0x0000000000000000      0x1e9 Core/Src/stm32l0xx_hal_msp.o
 .debug_macro   0x0000000000000000      0x129 Core/Src/stm32l0xx_hal_msp.o
 .debug_macro   0x0000000000000000      0x2b4 Core/Src/stm32l0xx_hal_msp.o
 .debug_macro   0x0000000000000000      0x22c Core/Src/stm32l0xx_hal_msp.o
 .debug_macro   0x0000000000000000       0x5b Core/Src/stm32l0xx_hal_msp.o
 .debug_macro   0x0000000000000000       0xa5 Core/Src/stm32l0xx_hal_msp.o
 .debug_macro   0x0000000000000000      0x187 Core/Src/stm32l0xx_hal_msp.o
 .debug_macro   0x0000000000000000       0x16 Core/Src/stm32l0xx_hal_msp.o
 .debug_macro   0x0000000000000000      0x5ba Core/Src/stm32l0xx_hal_msp.o
 .debug_macro   0x0000000000000000       0x44 Core/Src/stm32l0xx_hal_msp.o
 .debug_macro   0x0000000000000000      0x16c Core/Src/stm32l0xx_hal_msp.o
 .debug_macro   0x0000000000000000       0xa0 Core/Src/stm32l0xx_hal_msp.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_it.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_it.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_it.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_it.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_it.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_it.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_it.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_it.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_it.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_it.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_it.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_it.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_it.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_it.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_it.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_it.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_it.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_it.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_it.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_it.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_it.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_it.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_it.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_it.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_it.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_it.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_it.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_it.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_it.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_it.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_it.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_it.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_it.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_it.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_it.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_it.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_it.o
 .group         0x0000000000000000        0xc Core/Src/stm32l0xx_it.o
 .text          0x0000000000000000        0x0 Core/Src/stm32l0xx_it.o
 .data          0x0000000000000000        0x0 Core/Src/stm32l0xx_it.o
 .bss           0x0000000000000000        0x0 Core/Src/stm32l0xx_it.o
 .debug_macro   0x0000000000000000      0xa42 Core/Src/stm32l0xx_it.o
 .debug_macro   0x0000000000000000      0x11f Core/Src/stm32l0xx_it.o
 .debug_macro   0x0000000000000000       0x2e Core/Src/stm32l0xx_it.o
 .debug_macro   0x0000000000000000       0x28 Core/Src/stm32l0xx_it.o
 .debug_macro   0x0000000000000000       0x22 Core/Src/stm32l0xx_it.o
 .debug_macro   0x0000000000000000       0x8e Core/Src/stm32l0xx_it.o
 .debug_macro   0x0000000000000000       0x51 Core/Src/stm32l0xx_it.o
 .debug_macro   0x0000000000000000       0xef Core/Src/stm32l0xx_it.o
 .debug_macro   0x0000000000000000       0x6a Core/Src/stm32l0xx_it.o
 .debug_macro   0x0000000000000000      0x1df Core/Src/stm32l0xx_it.o
 .debug_macro   0x0000000000000000       0x1c Core/Src/stm32l0xx_it.o
 .debug_macro   0x0000000000000000       0x22 Core/Src/stm32l0xx_it.o
 .debug_macro   0x0000000000000000       0xb5 Core/Src/stm32l0xx_it.o
 .debug_macro   0x0000000000000000      0x4da Core/Src/stm32l0xx_it.o
 .debug_macro   0x0000000000000000      0x11f Core/Src/stm32l0xx_it.o
 .debug_macro   0x0000000000000000     0x9d14 Core/Src/stm32l0xx_it.o
 .debug_macro   0x0000000000000000       0x3c Core/Src/stm32l0xx_it.o
 .debug_macro   0x0000000000000000     0x352b Core/Src/stm32l0xx_it.o
 .debug_macro   0x0000000000000000      0x174 Core/Src/stm32l0xx_it.o
 .debug_macro   0x0000000000000000       0x5b Core/Src/stm32l0xx_it.o
 .debug_macro   0x0000000000000000      0x8e4 Core/Src/stm32l0xx_it.o
 .debug_macro   0x0000000000000000      0x9d2 Core/Src/stm32l0xx_it.o
 .debug_macro   0x0000000000000000      0x190 Core/Src/stm32l0xx_it.o
 .debug_macro   0x0000000000000000      0x13f Core/Src/stm32l0xx_it.o
 .debug_macro   0x0000000000000000      0x17d Core/Src/stm32l0xx_it.o
 .debug_macro   0x0000000000000000      0x28e Core/Src/stm32l0xx_it.o
 .debug_macro   0x0000000000000000      0x1e9 Core/Src/stm32l0xx_it.o
 .debug_macro   0x0000000000000000      0x129 Core/Src/stm32l0xx_it.o
 .debug_macro   0x0000000000000000      0x2b4 Core/Src/stm32l0xx_it.o
 .debug_macro   0x0000000000000000      0x22c Core/Src/stm32l0xx_it.o
 .debug_macro   0x0000000000000000       0x5b Core/Src/stm32l0xx_it.o
 .debug_macro   0x0000000000000000       0xa5 Core/Src/stm32l0xx_it.o
 .debug_macro   0x0000000000000000      0x187 Core/Src/stm32l0xx_it.o
 .debug_macro   0x0000000000000000       0x16 Core/Src/stm32l0xx_it.o
 .debug_macro   0x0000000000000000      0x5ba Core/Src/stm32l0xx_it.o
 .debug_macro   0x0000000000000000       0x44 Core/Src/stm32l0xx_it.o
 .debug_macro   0x0000000000000000      0x16c Core/Src/stm32l0xx_it.o
 .debug_macro   0x0000000000000000       0xa0 Core/Src/stm32l0xx_it.o
 .group         0x0000000000000000        0xc Core/Src/syscalls.o
 .group         0x0000000000000000        0xc Core/Src/syscalls.o
 .group         0x0000000000000000        0xc Core/Src/syscalls.o
 .group         0x0000000000000000        0xc Core/Src/syscalls.o
 .group         0x0000000000000000        0xc Core/Src/syscalls.o
 .group         0x0000000000000000        0xc Core/Src/syscalls.o
 .group         0x0000000000000000        0xc Core/Src/syscalls.o
 .group         0x0000000000000000        0xc Core/Src/syscalls.o
 .group         0x0000000000000000        0xc Core/Src/syscalls.o
 .group         0x0000000000000000        0xc Core/Src/syscalls.o
 .group         0x0000000000000000        0xc Core/Src/syscalls.o
 .group         0x0000000000000000        0xc Core/Src/syscalls.o
 .group         0x0000000000000000        0xc Core/Src/syscalls.o
 .group         0x0000000000000000        0xc Core/Src/syscalls.o
 .group         0x0000000000000000        0xc Core/Src/syscalls.o
 .group         0x0000000000000000        0xc Core/Src/syscalls.o
 .group         0x0000000000000000        0xc Core/Src/syscalls.o
 .group         0x0000000000000000        0xc Core/Src/syscalls.o
 .group         0x0000000000000000        0xc Core/Src/syscalls.o
 .group         0x0000000000000000        0xc Core/Src/syscalls.o
 .group         0x0000000000000000        0xc Core/Src/syscalls.o
 .group         0x0000000000000000        0xc Core/Src/syscalls.o
 .group         0x0000000000000000        0xc Core/Src/syscalls.o
 .group         0x0000000000000000        0xc Core/Src/syscalls.o
 .group         0x0000000000000000        0xc Core/Src/syscalls.o
 .group         0x0000000000000000        0xc Core/Src/syscalls.o
 .group         0x0000000000000000        0xc Core/Src/syscalls.o
 .group         0x0000000000000000        0xc Core/Src/syscalls.o
 .group         0x0000000000000000        0xc Core/Src/syscalls.o
 .group         0x0000000000000000        0xc Core/Src/syscalls.o
 .group         0x0000000000000000        0xc Core/Src/syscalls.o
 .group         0x0000000000000000        0xc Core/Src/syscalls.o
 .group         0x0000000000000000        0xc Core/Src/syscalls.o
 .group         0x0000000000000000        0xc Core/Src/syscalls.o
 .group         0x0000000000000000        0xc Core/Src/syscalls.o
 .group         0x0000000000000000        0xc Core/Src/syscalls.o
 .group         0x0000000000000000        0xc Core/Src/syscalls.o
 .group         0x0000000000000000        0xc Core/Src/syscalls.o
 .group         0x0000000000000000        0xc Core/Src/syscalls.o
 .group         0x0000000000000000        0xc Core/Src/syscalls.o
 .group         0x0000000000000000        0xc Core/Src/syscalls.o
 .group         0x0000000000000000        0xc Core/Src/syscalls.o
 .group         0x0000000000000000        0xc Core/Src/syscalls.o
 .group         0x0000000000000000        0xc Core/Src/syscalls.o
 .text          0x0000000000000000        0x0 Core/Src/syscalls.o
 .data          0x0000000000000000        0x4 Core/Src/syscalls.o
 .text.initialise_monitor_handles
                0x0000000000000000        0x2 Core/Src/syscalls.o
 .text._getpid  0x0000000000000000        0x4 Core/Src/syscalls.o
 .text._kill    0x0000000000000000       0x10 Core/Src/syscalls.o
 .text._exit    0x0000000000000000        0xc Core/Src/syscalls.o
 .text._read    0x0000000000000000       0x1c Core/Src/syscalls.o
 .text._write   0x0000000000000000       0x1c Core/Src/syscalls.o
 .text._close   0x0000000000000000        0x6 Core/Src/syscalls.o
 .text._fstat   0x0000000000000000        0xa Core/Src/syscalls.o
 .text._isatty  0x0000000000000000        0x4 Core/Src/syscalls.o
 .text._lseek   0x0000000000000000        0x4 Core/Src/syscalls.o
 .text._open    0x0000000000000000        0xa Core/Src/syscalls.o
 .text._wait    0x0000000000000000       0x10 Core/Src/syscalls.o
 .text._unlink  0x0000000000000000       0x10 Core/Src/syscalls.o
 .text._times   0x0000000000000000        0x6 Core/Src/syscalls.o
 .text._stat    0x0000000000000000        0xa Core/Src/syscalls.o
 .text._link    0x0000000000000000       0x10 Core/Src/syscalls.o
 .text._fork    0x0000000000000000       0x10 Core/Src/syscalls.o
 .text._execve  0x0000000000000000       0x10 Core/Src/syscalls.o
 .debug_macro   0x0000000000000000      0xa42 Core/Src/syscalls.o
 .debug_macro   0x0000000000000000       0x22 Core/Src/syscalls.o
 .debug_macro   0x0000000000000000       0x18 Core/Src/syscalls.o
 .debug_macro   0x0000000000000000       0x35 Core/Src/syscalls.o
 .debug_macro   0x0000000000000000       0x34 Core/Src/syscalls.o
 .debug_macro   0x0000000000000000      0x174 Core/Src/syscalls.o
 .debug_macro   0x0000000000000000       0x58 Core/Src/syscalls.o
 .debug_macro   0x0000000000000000       0x1f Core/Src/syscalls.o
 .debug_macro   0x0000000000000000       0x43 Core/Src/syscalls.o
 .debug_macro   0x0000000000000000       0x20 Core/Src/syscalls.o
 .debug_macro   0x0000000000000000      0x18e Core/Src/syscalls.o
 .debug_macro   0x0000000000000000       0x35 Core/Src/syscalls.o
 .debug_macro   0x0000000000000000       0x10 Core/Src/syscalls.o
 .debug_macro   0x0000000000000000       0x10 Core/Src/syscalls.o
 .debug_macro   0x0000000000000000       0x10 Core/Src/syscalls.o
 .debug_macro   0x0000000000000000       0x6a Core/Src/syscalls.o
 .debug_macro   0x0000000000000000       0x1c Core/Src/syscalls.o
 .debug_macro   0x0000000000000000       0x52 Core/Src/syscalls.o
 .debug_macro   0x0000000000000000       0x40 Core/Src/syscalls.o
 .debug_macro   0x0000000000000000       0x10 Core/Src/syscalls.o
 .debug_macro   0x0000000000000000       0x40 Core/Src/syscalls.o
 .debug_macro   0x0000000000000000       0xd7 Core/Src/syscalls.o
 .debug_macro   0x0000000000000000       0x1c Core/Src/syscalls.o
 .debug_macro   0x0000000000000000       0x3d Core/Src/syscalls.o
 .debug_macro   0x0000000000000000       0x35 Core/Src/syscalls.o
 .debug_macro   0x0000000000000000       0x16 Core/Src/syscalls.o
 .debug_macro   0x0000000000000000       0x16 Core/Src/syscalls.o
 .debug_macro   0x0000000000000000       0x29 Core/Src/syscalls.o
 .debug_macro   0x0000000000000000       0x1c Core/Src/syscalls.o
 .debug_macro   0x0000000000000000       0x10 Core/Src/syscalls.o
 .debug_macro   0x0000000000000000       0x16 Core/Src/syscalls.o
 .debug_macro   0x0000000000000000      0x16f Core/Src/syscalls.o
 .group         0x0000000000000000        0xc Core/Src/system_stm32l0xx.o
 .group         0x0000000000000000        0xc Core/Src/system_stm32l0xx.o
 .group         0x0000000000000000        0xc Core/Src/system_stm32l0xx.o
 .group         0x0000000000000000        0xc Core/Src/system_stm32l0xx.o
 .group         0x0000000000000000        0xc Core/Src/system_stm32l0xx.o
 .group         0x0000000000000000        0xc Core/Src/system_stm32l0xx.o
 .group         0x0000000000000000        0xc Core/Src/system_stm32l0xx.o
 .group         0x0000000000000000        0xc Core/Src/system_stm32l0xx.o
 .group         0x0000000000000000        0xc Core/Src/system_stm32l0xx.o
 .group         0x0000000000000000        0xc Core/Src/system_stm32l0xx.o
 .group         0x0000000000000000        0xc Core/Src/system_stm32l0xx.o
 .group         0x0000000000000000        0xc Core/Src/system_stm32l0xx.o
 .group         0x0000000000000000        0xc Core/Src/system_stm32l0xx.o
 .group         0x0000000000000000        0xc Core/Src/system_stm32l0xx.o
 .group         0x0000000000000000        0xc Core/Src/system_stm32l0xx.o
 .group         0x0000000000000000        0xc Core/Src/system_stm32l0xx.o
 .group         0x0000000000000000        0xc Core/Src/system_stm32l0xx.o
 .group         0x0000000000000000        0xc Core/Src/system_stm32l0xx.o
 .group         0x0000000000000000        0xc Core/Src/system_stm32l0xx.o
 .group         0x0000000000000000        0xc Core/Src/system_stm32l0xx.o
 .group         0x0000000000000000        0xc Core/Src/system_stm32l0xx.o
 .group         0x0000000000000000        0xc Core/Src/system_stm32l0xx.o
 .group         0x0000000000000000        0xc Core/Src/system_stm32l0xx.o
 .group         0x0000000000000000        0xc Core/Src/system_stm32l0xx.o
 .group         0x0000000000000000        0xc Core/Src/system_stm32l0xx.o
 .group         0x0000000000000000        0xc Core/Src/system_stm32l0xx.o
 .group         0x0000000000000000        0xc Core/Src/system_stm32l0xx.o
 .group         0x0000000000000000        0xc Core/Src/system_stm32l0xx.o
 .group         0x0000000000000000        0xc Core/Src/system_stm32l0xx.o
 .group         0x0000000000000000        0xc Core/Src/system_stm32l0xx.o
 .group         0x0000000000000000        0xc Core/Src/system_stm32l0xx.o
 .group         0x0000000000000000        0xc Core/Src/system_stm32l0xx.o
 .group         0x0000000000000000        0xc Core/Src/system_stm32l0xx.o
 .group         0x0000000000000000        0xc Core/Src/system_stm32l0xx.o
 .group         0x0000000000000000        0xc Core/Src/system_stm32l0xx.o
 .group         0x0000000000000000        0xc Core/Src/system_stm32l0xx.o
 .group         0x0000000000000000        0xc Core/Src/system_stm32l0xx.o
 .text          0x0000000000000000        0x0 Core/Src/system_stm32l0xx.o
 .bss           0x0000000000000000        0x0 Core/Src/system_stm32l0xx.o
 .text.SystemCoreClockUpdate
                0x0000000000000000       0xec Core/Src/system_stm32l0xx.o
 .debug_macro   0x0000000000000000      0xa42 Core/Src/system_stm32l0xx.o
 .debug_macro   0x0000000000000000       0x2e Core/Src/system_stm32l0xx.o
 .debug_macro   0x0000000000000000       0x28 Core/Src/system_stm32l0xx.o
 .debug_macro   0x0000000000000000       0x22 Core/Src/system_stm32l0xx.o
 .debug_macro   0x0000000000000000       0x8e Core/Src/system_stm32l0xx.o
 .debug_macro   0x0000000000000000       0x51 Core/Src/system_stm32l0xx.o
 .debug_macro   0x0000000000000000       0xef Core/Src/system_stm32l0xx.o
 .debug_macro   0x0000000000000000       0x6a Core/Src/system_stm32l0xx.o
 .debug_macro   0x0000000000000000      0x1df Core/Src/system_stm32l0xx.o
 .debug_macro   0x0000000000000000       0x1c Core/Src/system_stm32l0xx.o
 .debug_macro   0x0000000000000000       0x22 Core/Src/system_stm32l0xx.o
 .debug_macro   0x0000000000000000       0xb5 Core/Src/system_stm32l0xx.o
 .debug_macro   0x0000000000000000      0x4da Core/Src/system_stm32l0xx.o
 .debug_macro   0x0000000000000000      0x11f Core/Src/system_stm32l0xx.o
 .debug_macro   0x0000000000000000     0x9d14 Core/Src/system_stm32l0xx.o
 .debug_macro   0x0000000000000000       0x3c Core/Src/system_stm32l0xx.o
 .debug_macro   0x0000000000000000      0x11f Core/Src/system_stm32l0xx.o
 .debug_macro   0x0000000000000000     0x352b Core/Src/system_stm32l0xx.o
 .debug_macro   0x0000000000000000      0x174 Core/Src/system_stm32l0xx.o
 .debug_macro   0x0000000000000000       0x5b Core/Src/system_stm32l0xx.o
 .debug_macro   0x0000000000000000      0x8e4 Core/Src/system_stm32l0xx.o
 .debug_macro   0x0000000000000000      0x9d2 Core/Src/system_stm32l0xx.o
 .debug_macro   0x0000000000000000      0x190 Core/Src/system_stm32l0xx.o
 .debug_macro   0x0000000000000000      0x13f Core/Src/system_stm32l0xx.o
 .debug_macro   0x0000000000000000      0x17d Core/Src/system_stm32l0xx.o
 .debug_macro   0x0000000000000000      0x28e Core/Src/system_stm32l0xx.o
 .debug_macro   0x0000000000000000      0x1e9 Core/Src/system_stm32l0xx.o
 .debug_macro   0x0000000000000000      0x129 Core/Src/system_stm32l0xx.o
 .debug_macro   0x0000000000000000      0x2b4 Core/Src/system_stm32l0xx.o
 .debug_macro   0x0000000000000000      0x22c Core/Src/system_stm32l0xx.o
 .debug_macro   0x0000000000000000       0x5b Core/Src/system_stm32l0xx.o
 .debug_macro   0x0000000000000000       0xa5 Core/Src/system_stm32l0xx.o
 .debug_macro   0x0000000000000000      0x187 Core/Src/system_stm32l0xx.o
 .debug_macro   0x0000000000000000       0x16 Core/Src/system_stm32l0xx.o
 .debug_macro   0x0000000000000000      0x5ba Core/Src/system_stm32l0xx.o
 .debug_macro   0x0000000000000000       0x44 Core/Src/system_stm32l0xx.o
 .debug_macro   0x0000000000000000      0x16c Core/Src/system_stm32l0xx.o
 .group         0x0000000000000000        0xc Core/Src/usart.o
 .group         0x0000000000000000        0xc Core/Src/usart.o
 .group         0x0000000000000000        0xc Core/Src/usart.o
 .group         0x0000000000000000        0xc Core/Src/usart.o
 .group         0x0000000000000000        0xc Core/Src/usart.o
 .group         0x0000000000000000        0xc Core/Src/usart.o
 .group         0x0000000000000000        0xc Core/Src/usart.o
 .group         0x0000000000000000        0xc Core/Src/usart.o
 .group         0x0000000000000000        0xc Core/Src/usart.o
 .group         0x0000000000000000        0xc Core/Src/usart.o
 .group         0x0000000000000000        0xc Core/Src/usart.o
 .group         0x0000000000000000        0xc Core/Src/usart.o
 .group         0x0000000000000000        0xc Core/Src/usart.o
 .group         0x0000000000000000        0xc Core/Src/usart.o
 .group         0x0000000000000000        0xc Core/Src/usart.o
 .group         0x0000000000000000        0xc Core/Src/usart.o
 .group         0x0000000000000000        0xc Core/Src/usart.o
 .group         0x0000000000000000        0xc Core/Src/usart.o
 .group         0x0000000000000000        0xc Core/Src/usart.o
 .group         0x0000000000000000        0xc Core/Src/usart.o
 .group         0x0000000000000000        0xc Core/Src/usart.o
 .group         0x0000000000000000        0xc Core/Src/usart.o
 .group         0x0000000000000000        0xc Core/Src/usart.o
 .group         0x0000000000000000        0xc Core/Src/usart.o
 .group         0x0000000000000000        0xc Core/Src/usart.o
 .group         0x0000000000000000        0xc Core/Src/usart.o
 .group         0x0000000000000000        0xc Core/Src/usart.o
 .group         0x0000000000000000        0xc Core/Src/usart.o
 .group         0x0000000000000000        0xc Core/Src/usart.o
 .group         0x0000000000000000        0xc Core/Src/usart.o
 .group         0x0000000000000000        0xc Core/Src/usart.o
 .group         0x0000000000000000        0xc Core/Src/usart.o
 .group         0x0000000000000000        0xc Core/Src/usart.o
 .group         0x0000000000000000        0xc Core/Src/usart.o
 .group         0x0000000000000000        0xc Core/Src/usart.o
 .group         0x0000000000000000        0xc Core/Src/usart.o
 .group         0x0000000000000000        0xc Core/Src/usart.o
 .group         0x0000000000000000        0xc Core/Src/usart.o
 .text          0x0000000000000000        0x0 Core/Src/usart.o
 .data          0x0000000000000000        0x0 Core/Src/usart.o
 .bss           0x0000000000000000        0x0 Core/Src/usart.o
 .text.HAL_UART_MspDeInit
                0x0000000000000000       0x30 Core/Src/usart.o
 .debug_macro   0x0000000000000000      0xa42 Core/Src/usart.o
 .debug_macro   0x0000000000000000      0x11f Core/Src/usart.o
 .debug_macro   0x0000000000000000       0x2e Core/Src/usart.o
 .debug_macro   0x0000000000000000       0x28 Core/Src/usart.o
 .debug_macro   0x0000000000000000       0x22 Core/Src/usart.o
 .debug_macro   0x0000000000000000       0x8e Core/Src/usart.o
 .debug_macro   0x0000000000000000       0x51 Core/Src/usart.o
 .debug_macro   0x0000000000000000       0xef Core/Src/usart.o
 .debug_macro   0x0000000000000000       0x6a Core/Src/usart.o
 .debug_macro   0x0000000000000000      0x1df Core/Src/usart.o
 .debug_macro   0x0000000000000000       0x1c Core/Src/usart.o
 .debug_macro   0x0000000000000000       0x22 Core/Src/usart.o
 .debug_macro   0x0000000000000000       0xb5 Core/Src/usart.o
 .debug_macro   0x0000000000000000      0x4da Core/Src/usart.o
 .debug_macro   0x0000000000000000      0x11f Core/Src/usart.o
 .debug_macro   0x0000000000000000     0x9d14 Core/Src/usart.o
 .debug_macro   0x0000000000000000       0x3c Core/Src/usart.o
 .debug_macro   0x0000000000000000     0x352b Core/Src/usart.o
 .debug_macro   0x0000000000000000      0x174 Core/Src/usart.o
 .debug_macro   0x0000000000000000       0x5b Core/Src/usart.o
 .debug_macro   0x0000000000000000      0x8e4 Core/Src/usart.o
 .debug_macro   0x0000000000000000      0x9d2 Core/Src/usart.o
 .debug_macro   0x0000000000000000      0x190 Core/Src/usart.o
 .debug_macro   0x0000000000000000      0x13f Core/Src/usart.o
 .debug_macro   0x0000000000000000      0x17d Core/Src/usart.o
 .debug_macro   0x0000000000000000      0x28e Core/Src/usart.o
 .debug_macro   0x0000000000000000      0x1e9 Core/Src/usart.o
 .debug_macro   0x0000000000000000      0x129 Core/Src/usart.o
 .debug_macro   0x0000000000000000      0x2b4 Core/Src/usart.o
 .debug_macro   0x0000000000000000      0x22c Core/Src/usart.o
 .debug_macro   0x0000000000000000       0x5b Core/Src/usart.o
 .debug_macro   0x0000000000000000       0xa5 Core/Src/usart.o
 .debug_macro   0x0000000000000000      0x187 Core/Src/usart.o
 .debug_macro   0x0000000000000000       0x16 Core/Src/usart.o
 .debug_macro   0x0000000000000000      0x5ba Core/Src/usart.o
 .debug_macro   0x0000000000000000       0x44 Core/Src/usart.o
 .debug_macro   0x0000000000000000      0x16c Core/Src/usart.o
 .debug_macro   0x0000000000000000       0xa0 Core/Src/usart.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .text          0x0000000000000000        0x0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .bss           0x0000000000000000        0x0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .text.HAL_MspInit
                0x0000000000000000        0x2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .text.HAL_MspDeInit
                0x0000000000000000        0x2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .text.HAL_DeInit
                0x0000000000000000       0x28 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .text.HAL_GetTickPrio
                0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .text.HAL_SetTickFreq
                0x0000000000000000       0x24 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .text.HAL_GetTickFreq
                0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .text.HAL_SuspendTick
                0x0000000000000000       0x10 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .text.HAL_ResumeTick
                0x0000000000000000       0x10 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .text.HAL_GetHalVersion
                0x0000000000000000        0x8 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .text.HAL_GetREVID
                0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .text.HAL_GetDEVID
                0x0000000000000000       0x10 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .text.HAL_GetUIDw0
                0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .text.HAL_GetUIDw1
                0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .text.HAL_GetUIDw2
                0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .text.HAL_DBGMCU_EnableDBGSleepMode
                0x0000000000000000       0x10 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .text.HAL_DBGMCU_DisableDBGSleepMode
                0x0000000000000000       0x10 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .text.HAL_DBGMCU_EnableDBGStopMode
                0x0000000000000000       0x10 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .text.HAL_DBGMCU_DisableDBGStopMode
                0x0000000000000000       0x10 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .text.HAL_DBGMCU_EnableDBGStandbyMode
                0x0000000000000000       0x10 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .text.HAL_DBGMCU_DisableDBGStandbyMode
                0x0000000000000000       0x10 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .text.HAL_DBGMCU_DBG_EnableLowPowerConfig
                0x0000000000000000       0x10 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .text.HAL_DBGMCU_DBG_DisableLowPowerConfig
                0x0000000000000000       0x10 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .text.HAL_SYSCFG_GetBootMode
                0x0000000000000000       0x10 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .text.HAL_SYSCFG_VREFINT_OutputSelect
                0x0000000000000000       0x18 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .text.HAL_SYSCFG_Enable_Lock_VREFINT
                0x0000000000000000       0x14 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .text.HAL_SYSCFG_Disable_Lock_VREFINT
                0x0000000000000000       0x10 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .debug_macro   0x0000000000000000      0xa42 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .debug_macro   0x0000000000000000      0x11f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .debug_macro   0x0000000000000000       0x2e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .debug_macro   0x0000000000000000       0x28 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .debug_macro   0x0000000000000000       0x22 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .debug_macro   0x0000000000000000       0x8e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .debug_macro   0x0000000000000000       0x51 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .debug_macro   0x0000000000000000       0xef Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .debug_macro   0x0000000000000000       0x6a Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .debug_macro   0x0000000000000000      0x1df Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .debug_macro   0x0000000000000000       0x1c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .debug_macro   0x0000000000000000       0x22 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .debug_macro   0x0000000000000000       0xb5 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .debug_macro   0x0000000000000000      0x4da Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .debug_macro   0x0000000000000000      0x11f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .debug_macro   0x0000000000000000     0x9d14 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .debug_macro   0x0000000000000000       0x3c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .debug_macro   0x0000000000000000     0x352b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .debug_macro   0x0000000000000000      0x174 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .debug_macro   0x0000000000000000       0x5b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .debug_macro   0x0000000000000000      0x8e4 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .debug_macro   0x0000000000000000      0x9d2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .debug_macro   0x0000000000000000      0x190 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .debug_macro   0x0000000000000000      0x13f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .debug_macro   0x0000000000000000      0x17d Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .debug_macro   0x0000000000000000      0x28e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .debug_macro   0x0000000000000000      0x1e9 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .debug_macro   0x0000000000000000      0x129 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .debug_macro   0x0000000000000000      0x2b4 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .debug_macro   0x0000000000000000      0x22c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .debug_macro   0x0000000000000000       0x5b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .debug_macro   0x0000000000000000       0xa5 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .debug_macro   0x0000000000000000      0x187 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .debug_macro   0x0000000000000000       0x16 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .debug_macro   0x0000000000000000      0x5ba Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .debug_macro   0x0000000000000000       0x44 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .debug_macro   0x0000000000000000      0x16c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .text          0x0000000000000000        0x0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .data          0x0000000000000000        0x0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .bss           0x0000000000000000        0x0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .text.HAL_NVIC_EnableIRQ
                0x0000000000000000       0x18 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .text.HAL_NVIC_DisableIRQ
                0x0000000000000000       0x20 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .text.HAL_NVIC_SystemReset
                0x0000000000000000       0x1c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .text.HAL_NVIC_GetPriority
                0x0000000000000000       0x4c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .text.HAL_NVIC_SetPendingIRQ
                0x0000000000000000       0x1c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .text.HAL_NVIC_GetPendingIRQ
                0x0000000000000000       0x20 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .text.HAL_NVIC_ClearPendingIRQ
                0x0000000000000000       0x1c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .text.HAL_SYSTICK_CLKSourceConfig
                0x0000000000000000       0x20 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .text.HAL_SYSTICK_Callback
                0x0000000000000000        0x2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .text.HAL_SYSTICK_IRQHandler
                0x0000000000000000        0x8 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .text.HAL_MPU_Disable
                0x0000000000000000       0x10 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .text.HAL_MPU_Enable
                0x0000000000000000       0x18 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .text.HAL_MPU_ConfigRegion
                0x0000000000000000       0x54 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .debug_macro   0x0000000000000000      0xa42 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .debug_macro   0x0000000000000000      0x11f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .debug_macro   0x0000000000000000       0x2e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .debug_macro   0x0000000000000000       0x28 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .debug_macro   0x0000000000000000       0x22 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .debug_macro   0x0000000000000000       0x8e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .debug_macro   0x0000000000000000       0x51 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .debug_macro   0x0000000000000000       0xef Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .debug_macro   0x0000000000000000       0x6a Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .debug_macro   0x0000000000000000      0x1df Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .debug_macro   0x0000000000000000       0x1c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .debug_macro   0x0000000000000000       0x22 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .debug_macro   0x0000000000000000       0xb5 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .debug_macro   0x0000000000000000      0x4da Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .debug_macro   0x0000000000000000      0x11f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .debug_macro   0x0000000000000000     0x9d14 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .debug_macro   0x0000000000000000       0x3c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .debug_macro   0x0000000000000000     0x352b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .debug_macro   0x0000000000000000      0x174 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .debug_macro   0x0000000000000000       0x5b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .debug_macro   0x0000000000000000      0x8e4 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .debug_macro   0x0000000000000000      0x9d2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .debug_macro   0x0000000000000000      0x190 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .debug_macro   0x0000000000000000      0x13f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .debug_macro   0x0000000000000000      0x17d Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .debug_macro   0x0000000000000000      0x28e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .debug_macro   0x0000000000000000      0x1e9 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .debug_macro   0x0000000000000000      0x129 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .debug_macro   0x0000000000000000      0x2b4 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .debug_macro   0x0000000000000000      0x22c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .debug_macro   0x0000000000000000       0x5b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .debug_macro   0x0000000000000000       0xa5 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .debug_macro   0x0000000000000000      0x187 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .debug_macro   0x0000000000000000       0x16 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .debug_macro   0x0000000000000000      0x5ba Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .debug_macro   0x0000000000000000       0x44 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .debug_macro   0x0000000000000000      0x16c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .text          0x0000000000000000        0x0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .data          0x0000000000000000        0x0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .bss           0x0000000000000000        0x0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .text.DMA_SetConfig
                0x0000000000000000       0x2e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .text.HAL_DMA_Init
                0x0000000000000000       0x98 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .text.HAL_DMA_DeInit
                0x0000000000000000       0x6c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .text.HAL_DMA_Start
                0x0000000000000000       0x4e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .text.HAL_DMA_Start_IT
                0x0000000000000000       0x76 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .text.HAL_DMA_Abort
                0x0000000000000000       0x48 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .text.HAL_DMA_Abort_IT
                0x0000000000000000       0x4e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .text.HAL_DMA_PollForTransfer
                0x0000000000000000       0xda Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .text.HAL_DMA_IRQHandler
                0x0000000000000000       0xba Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .text.HAL_DMA_RegisterCallback
                0x0000000000000000       0x54 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .text.HAL_DMA_UnRegisterCallback
                0x0000000000000000       0x60 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .rodata        0x0000000000000000       0x14 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .text.HAL_DMA_GetState
                0x0000000000000000        0x8 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .text.HAL_DMA_GetError
                0x0000000000000000        0x4 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .debug_info    0x0000000000000000      0x860 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .debug_abbrev  0x0000000000000000      0x1fb Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .debug_loc     0x0000000000000000      0x7a6 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .debug_aranges
                0x0000000000000000       0x80 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .debug_ranges  0x0000000000000000       0x70 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .debug_macro   0x0000000000000000      0x1b5 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .debug_macro   0x0000000000000000      0xa42 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .debug_macro   0x0000000000000000      0x11f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .debug_macro   0x0000000000000000       0x2e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .debug_macro   0x0000000000000000       0x28 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .debug_macro   0x0000000000000000       0x22 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .debug_macro   0x0000000000000000       0x8e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .debug_macro   0x0000000000000000       0x51 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .debug_macro   0x0000000000000000       0xef Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .debug_macro   0x0000000000000000       0x6a Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .debug_macro   0x0000000000000000      0x1df Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .debug_macro   0x0000000000000000       0x1c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .debug_macro   0x0000000000000000       0x22 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .debug_macro   0x0000000000000000       0xb5 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .debug_macro   0x0000000000000000      0x4da Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .debug_macro   0x0000000000000000      0x11f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .debug_macro   0x0000000000000000     0x9d14 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .debug_macro   0x0000000000000000       0x3c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .debug_macro   0x0000000000000000     0x352b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .debug_macro   0x0000000000000000      0x174 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .debug_macro   0x0000000000000000       0x5b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .debug_macro   0x0000000000000000      0x8e4 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .debug_macro   0x0000000000000000      0x9d2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .debug_macro   0x0000000000000000      0x190 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .debug_macro   0x0000000000000000      0x13f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .debug_macro   0x0000000000000000      0x17d Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .debug_macro   0x0000000000000000      0x28e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .debug_macro   0x0000000000000000      0x1e9 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .debug_macro   0x0000000000000000      0x129 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .debug_macro   0x0000000000000000      0x2b4 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .debug_macro   0x0000000000000000      0x22c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .debug_macro   0x0000000000000000       0x5b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .debug_macro   0x0000000000000000       0xa5 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .debug_macro   0x0000000000000000      0x187 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .debug_macro   0x0000000000000000       0x16 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .debug_macro   0x0000000000000000      0x5ba Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .debug_macro   0x0000000000000000       0x44 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .debug_macro   0x0000000000000000      0x16c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .debug_line    0x0000000000000000      0x91e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .debug_str     0x0000000000000000    0x715f7 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .comment       0x0000000000000000       0x80 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .debug_frame   0x0000000000000000      0x150 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .ARM.attributes
                0x0000000000000000       0x32 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .text          0x0000000000000000        0x0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .data          0x0000000000000000        0x0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .bss           0x0000000000000000        0x0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .text.HAL_EXTI_SetConfigLine
                0x0000000000000000       0xc0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .text.HAL_EXTI_GetConfigLine
                0x0000000000000000       0xa4 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .text.HAL_EXTI_ClearConfigLine
                0x0000000000000000       0x70 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .text.HAL_EXTI_RegisterCallback
                0x0000000000000000        0xe Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .text.HAL_EXTI_GetHandle
                0x0000000000000000        0xe Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .text.HAL_EXTI_IRQHandler
                0x0000000000000000       0x28 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .text.HAL_EXTI_GetPending
                0x0000000000000000       0x18 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .text.HAL_EXTI_ClearPending
                0x0000000000000000       0x14 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .text.HAL_EXTI_GenerateSWI
                0x0000000000000000       0x14 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .debug_info    0x0000000000000000      0x5f4 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .debug_abbrev  0x0000000000000000      0x1f8 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .debug_loc     0x0000000000000000      0x405 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .debug_aranges
                0x0000000000000000       0x60 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .debug_ranges  0x0000000000000000       0x50 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .debug_macro   0x0000000000000000      0x1b5 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .debug_macro   0x0000000000000000      0xa42 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .debug_macro   0x0000000000000000      0x11f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .debug_macro   0x0000000000000000       0x2e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .debug_macro   0x0000000000000000       0x28 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .debug_macro   0x0000000000000000       0x22 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .debug_macro   0x0000000000000000       0x8e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .debug_macro   0x0000000000000000       0x51 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .debug_macro   0x0000000000000000       0xef Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .debug_macro   0x0000000000000000       0x6a Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .debug_macro   0x0000000000000000      0x1df Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .debug_macro   0x0000000000000000       0x1c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .debug_macro   0x0000000000000000       0x22 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .debug_macro   0x0000000000000000       0xb5 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .debug_macro   0x0000000000000000      0x4da Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .debug_macro   0x0000000000000000      0x11f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .debug_macro   0x0000000000000000     0x9d14 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .debug_macro   0x0000000000000000       0x3c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .debug_macro   0x0000000000000000     0x352b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .debug_macro   0x0000000000000000      0x174 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .debug_macro   0x0000000000000000       0x5b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .debug_macro   0x0000000000000000      0x8e4 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .debug_macro   0x0000000000000000      0x9d2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .debug_macro   0x0000000000000000      0x190 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .debug_macro   0x0000000000000000      0x13f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .debug_macro   0x0000000000000000      0x17d Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .debug_macro   0x0000000000000000      0x28e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .debug_macro   0x0000000000000000      0x1e9 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .debug_macro   0x0000000000000000      0x129 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .debug_macro   0x0000000000000000      0x2b4 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .debug_macro   0x0000000000000000      0x22c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .debug_macro   0x0000000000000000       0x5b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .debug_macro   0x0000000000000000       0xa5 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .debug_macro   0x0000000000000000      0x187 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .debug_macro   0x0000000000000000       0x16 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .debug_macro   0x0000000000000000      0x5ba Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .debug_macro   0x0000000000000000       0x44 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .debug_macro   0x0000000000000000      0x16c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .debug_line    0x0000000000000000      0x818 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .debug_str     0x0000000000000000    0x713c7 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .comment       0x0000000000000000       0x80 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .debug_frame   0x0000000000000000       0xcc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .ARM.attributes
                0x0000000000000000       0x32 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .text          0x0000000000000000        0x0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .data          0x0000000000000000        0x0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .bss           0x0000000000000000        0x0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .text.FLASH_SetErrorCode
                0x0000000000000000       0xb4 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .text.HAL_FLASH_Program_IT
                0x0000000000000000       0x40 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .text.HAL_FLASH_EndOfOperationCallback
                0x0000000000000000        0x2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .text.HAL_FLASH_OperationErrorCallback
                0x0000000000000000        0x2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .text.HAL_FLASH_IRQHandler
                0x0000000000000000      0x110 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .text.HAL_FLASH_Unlock
                0x0000000000000000       0x68 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .text.HAL_FLASH_Lock
                0x0000000000000000       0x1c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .text.HAL_FLASH_OB_Unlock
                0x0000000000000000       0x4c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .text.HAL_FLASH_OB_Lock
                0x0000000000000000       0x14 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .text.HAL_FLASH_GetError
                0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .text.FLASH_WaitForLastOperation
                0x0000000000000000       0x84 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .text.HAL_FLASH_Program
                0x0000000000000000       0x44 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .text.HAL_FLASH_OB_Launch
                0x0000000000000000       0x20 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .debug_info    0x0000000000000000      0x6ed Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .debug_abbrev  0x0000000000000000      0x2c6 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .debug_loc     0x0000000000000000      0x24c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .debug_aranges
                0x0000000000000000       0x80 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .debug_ranges  0x0000000000000000       0x70 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .debug_macro   0x0000000000000000      0x1b6 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .debug_macro   0x0000000000000000      0xa42 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .debug_macro   0x0000000000000000      0x11f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .debug_macro   0x0000000000000000       0x2e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .debug_macro   0x0000000000000000       0x28 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .debug_macro   0x0000000000000000       0x22 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .debug_macro   0x0000000000000000       0x8e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .debug_macro   0x0000000000000000       0x51 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .debug_macro   0x0000000000000000       0xef Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .debug_macro   0x0000000000000000       0x6a Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .debug_macro   0x0000000000000000      0x1df Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .debug_macro   0x0000000000000000       0x1c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .debug_macro   0x0000000000000000       0x22 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .debug_macro   0x0000000000000000       0xb5 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .debug_macro   0x0000000000000000      0x4da Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .debug_macro   0x0000000000000000      0x11f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .debug_macro   0x0000000000000000     0x9d14 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .debug_macro   0x0000000000000000       0x3c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .debug_macro   0x0000000000000000     0x352b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .debug_macro   0x0000000000000000      0x174 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .debug_macro   0x0000000000000000       0x5b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .debug_macro   0x0000000000000000      0x8e4 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .debug_macro   0x0000000000000000      0x9d2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .debug_macro   0x0000000000000000      0x190 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .debug_macro   0x0000000000000000      0x13f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .debug_macro   0x0000000000000000      0x17d Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .debug_macro   0x0000000000000000      0x28e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .debug_macro   0x0000000000000000      0x1e9 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .debug_macro   0x0000000000000000      0x129 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .debug_macro   0x0000000000000000      0x2b4 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .debug_macro   0x0000000000000000      0x22c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .debug_macro   0x0000000000000000       0x5b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .debug_macro   0x0000000000000000       0xa5 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .debug_macro   0x0000000000000000      0x187 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .debug_macro   0x0000000000000000       0x16 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .debug_macro   0x0000000000000000      0x5ba Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .debug_macro   0x0000000000000000       0x44 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .debug_macro   0x0000000000000000      0x16c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .debug_line    0x0000000000000000      0x8ef Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .debug_str     0x0000000000000000    0x7147d Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .comment       0x0000000000000000       0x80 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .debug_frame   0x0000000000000000      0x114 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .ARM.attributes
                0x0000000000000000       0x32 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 COMMON         0x0000000000000000       0x18 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .text          0x0000000000000000        0x0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .data          0x0000000000000000        0x0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .bss           0x0000000000000000        0x0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .text.FLASH_OB_GetUser
                0x0000000000000000       0x10 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .text.FLASH_OB_GetRDP
                0x0000000000000000       0x18 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .text.FLASH_OB_GetBOR
                0x0000000000000000       0x10 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .text.FLASH_OB_GetBOOTBit1
                0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .text.FLASH_OB_GetWRP
                0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .text.FLASH_OB_ProtectedSectorsConfig
                0x0000000000000000       0x58 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .text.FLASH_OB_RDPConfig
                0x0000000000000000       0x40 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .text.FLASH_OB_UserConfig
                0x0000000000000000       0x44 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .text.FLASH_OB_BORConfig
                0x0000000000000000       0x40 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .text.FLASH_OB_BOOTBit1Config
                0x0000000000000000       0x40 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .text.HAL_FLASHEx_OBProgram
                0x0000000000000000       0xa0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .text.HAL_FLASHEx_OBGetConfig
                0x0000000000000000       0x28 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .text.HAL_FLASHEx_AdvOBProgram
                0x0000000000000000       0x18 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .text.HAL_FLASHEx_AdvOBGetConfig
                0x0000000000000000       0x18 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .text.HAL_FLASHEx_OB_SelectPCROP
                0x0000000000000000       0x3c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .text.HAL_FLASHEx_OB_DeSelectPCROP
                0x0000000000000000       0x38 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .text.HAL_FLASHEx_DATAEEPROM_Unlock
                0x0000000000000000       0x3c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .text.HAL_FLASHEx_DATAEEPROM_Lock
                0x0000000000000000       0x14 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .text.HAL_FLASHEx_DATAEEPROM_Erase
                0x0000000000000000       0x28 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .text.HAL_FLASHEx_DATAEEPROM_Program
                0x0000000000000000       0x5c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .text.HAL_FLASHEx_DATAEEPROM_EnableFixedTimeProgram
                0x0000000000000000       0x14 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .text.HAL_FLASHEx_DATAEEPROM_DisableFixedTimeProgram
                0x0000000000000000       0x14 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .text.FLASH_PageErase
                0x0000000000000000       0x2c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .text.HAL_FLASHEx_Erase
                0x0000000000000000       0x78 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .text.HAL_FLASHEx_Erase_IT
                0x0000000000000000       0x64 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .debug_info    0x0000000000000000      0xcc6 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .debug_abbrev  0x0000000000000000      0x2df Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .debug_loc     0x0000000000000000      0xa3f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .debug_aranges
                0x0000000000000000       0xe0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .debug_ranges  0x0000000000000000       0xd0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .debug_macro   0x0000000000000000      0x1b5 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .debug_macro   0x0000000000000000      0xa42 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .debug_macro   0x0000000000000000      0x11f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .debug_macro   0x0000000000000000       0x2e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .debug_macro   0x0000000000000000       0x28 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .debug_macro   0x0000000000000000       0x22 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .debug_macro   0x0000000000000000       0x8e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .debug_macro   0x0000000000000000       0x51 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .debug_macro   0x0000000000000000       0xef Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .debug_macro   0x0000000000000000       0x6a Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .debug_macro   0x0000000000000000      0x1df Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .debug_macro   0x0000000000000000       0x1c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .debug_macro   0x0000000000000000       0x22 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .debug_macro   0x0000000000000000       0xb5 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .debug_macro   0x0000000000000000      0x4da Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .debug_macro   0x0000000000000000      0x11f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .debug_macro   0x0000000000000000     0x9d14 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .debug_macro   0x0000000000000000       0x3c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .debug_macro   0x0000000000000000     0x352b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .debug_macro   0x0000000000000000      0x174 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .debug_macro   0x0000000000000000       0x5b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .debug_macro   0x0000000000000000      0x8e4 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .debug_macro   0x0000000000000000      0x9d2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .debug_macro   0x0000000000000000      0x190 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .debug_macro   0x0000000000000000      0x13f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .debug_macro   0x0000000000000000      0x17d Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .debug_macro   0x0000000000000000      0x28e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .debug_macro   0x0000000000000000      0x1e9 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .debug_macro   0x0000000000000000      0x129 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .debug_macro   0x0000000000000000      0x2b4 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .debug_macro   0x0000000000000000      0x22c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .debug_macro   0x0000000000000000       0x5b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .debug_macro   0x0000000000000000       0xa5 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .debug_macro   0x0000000000000000      0x187 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .debug_macro   0x0000000000000000       0x16 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .debug_macro   0x0000000000000000      0x5ba Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .debug_macro   0x0000000000000000       0x44 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .debug_macro   0x0000000000000000      0x16c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .debug_line    0x0000000000000000      0x9ed Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .debug_str     0x0000000000000000    0x7175b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .comment       0x0000000000000000       0x80 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .debug_frame   0x0000000000000000      0x228 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .ARM.attributes
                0x0000000000000000       0x32 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .text          0x0000000000000000        0x0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .data          0x0000000000000000        0x0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .bss           0x0000000000000000        0x0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .RamFunc       0x0000000000000000      0x1dc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .debug_info    0x0000000000000000      0x44f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .debug_abbrev  0x0000000000000000      0x1ae Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .debug_loc     0x0000000000000000      0x139 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .debug_aranges
                0x0000000000000000       0x48 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .debug_ranges  0x0000000000000000       0x38 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .debug_macro   0x0000000000000000      0x1b5 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .debug_macro   0x0000000000000000      0xa42 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .debug_macro   0x0000000000000000      0x11f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .debug_macro   0x0000000000000000       0x2e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .debug_macro   0x0000000000000000       0x28 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .debug_macro   0x0000000000000000       0x22 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .debug_macro   0x0000000000000000       0x8e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .debug_macro   0x0000000000000000       0x51 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .debug_macro   0x0000000000000000       0xef Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .debug_macro   0x0000000000000000       0x6a Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .debug_macro   0x0000000000000000      0x1df Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .debug_macro   0x0000000000000000       0x1c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .debug_macro   0x0000000000000000       0x22 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .debug_macro   0x0000000000000000       0xb5 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .debug_macro   0x0000000000000000      0x4da Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .debug_macro   0x0000000000000000      0x11f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .debug_macro   0x0000000000000000     0x9d14 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .debug_macro   0x0000000000000000       0x3c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .debug_macro   0x0000000000000000     0x352b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .debug_macro   0x0000000000000000      0x174 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .debug_macro   0x0000000000000000       0x5b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .debug_macro   0x0000000000000000      0x8e4 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .debug_macro   0x0000000000000000      0x9d2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .debug_macro   0x0000000000000000      0x190 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .debug_macro   0x0000000000000000      0x13f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .debug_macro   0x0000000000000000      0x17d Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .debug_macro   0x0000000000000000      0x28e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .debug_macro   0x0000000000000000      0x1e9 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .debug_macro   0x0000000000000000      0x129 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .debug_macro   0x0000000000000000      0x2b4 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .debug_macro   0x0000000000000000      0x22c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .debug_macro   0x0000000000000000       0x5b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .debug_macro   0x0000000000000000       0xa5 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .debug_macro   0x0000000000000000      0x187 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .debug_macro   0x0000000000000000       0x16 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .debug_macro   0x0000000000000000      0x5ba Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .debug_macro   0x0000000000000000       0x44 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .debug_macro   0x0000000000000000      0x16c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .debug_line    0x0000000000000000      0x779 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .debug_str     0x0000000000000000    0x713ac Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .comment       0x0000000000000000       0x80 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .debug_frame   0x0000000000000000       0x84 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .ARM.attributes
                0x0000000000000000       0x32 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .text          0x0000000000000000        0x0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .data          0x0000000000000000        0x0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .bss           0x0000000000000000        0x0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .text.HAL_GPIO_DeInit
                0x0000000000000000      0x104 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .text.HAL_GPIO_ReadPin
                0x0000000000000000        0xe Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .text.HAL_GPIO_TogglePin
                0x0000000000000000       0x10 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .text.HAL_GPIO_LockPin
                0x0000000000000000       0x2c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .text.HAL_GPIO_EXTI_Callback
                0x0000000000000000        0x2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .text.HAL_GPIO_EXTI_IRQHandler
                0x0000000000000000       0x1c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .debug_macro   0x0000000000000000      0xa42 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .debug_macro   0x0000000000000000      0x11f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .debug_macro   0x0000000000000000       0x2e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .debug_macro   0x0000000000000000       0x28 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .debug_macro   0x0000000000000000       0x22 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .debug_macro   0x0000000000000000       0x8e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .debug_macro   0x0000000000000000       0x51 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .debug_macro   0x0000000000000000       0xef Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .debug_macro   0x0000000000000000       0x6a Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .debug_macro   0x0000000000000000      0x1df Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .debug_macro   0x0000000000000000       0x1c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .debug_macro   0x0000000000000000       0x22 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .debug_macro   0x0000000000000000       0xb5 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .debug_macro   0x0000000000000000      0x4da Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .debug_macro   0x0000000000000000      0x11f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .debug_macro   0x0000000000000000     0x9d14 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .debug_macro   0x0000000000000000       0x3c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .debug_macro   0x0000000000000000     0x352b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .debug_macro   0x0000000000000000      0x174 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .debug_macro   0x0000000000000000       0x5b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .debug_macro   0x0000000000000000      0x8e4 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .debug_macro   0x0000000000000000      0x9d2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .debug_macro   0x0000000000000000      0x190 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .debug_macro   0x0000000000000000      0x13f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .debug_macro   0x0000000000000000      0x17d Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .debug_macro   0x0000000000000000      0x28e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .debug_macro   0x0000000000000000      0x1e9 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .debug_macro   0x0000000000000000      0x129 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .debug_macro   0x0000000000000000      0x2b4 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .debug_macro   0x0000000000000000      0x22c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .debug_macro   0x0000000000000000       0x5b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .debug_macro   0x0000000000000000       0xa5 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .debug_macro   0x0000000000000000      0x187 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .debug_macro   0x0000000000000000       0x16 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .debug_macro   0x0000000000000000      0x5ba Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .debug_macro   0x0000000000000000       0x44 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .debug_macro   0x0000000000000000      0x16c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text          0x0000000000000000        0x0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .data          0x0000000000000000        0x0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .bss           0x0000000000000000        0x0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.I2C_Flush_TXDR
                0x0000000000000000       0x1e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.I2C_TransferConfig
                0x0000000000000000       0x2c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.I2C_Enable_IRQ
                0x0000000000000000       0x70 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.I2C_Disable_IRQ
                0x0000000000000000       0x6c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.I2C_ConvertOtherXferOptions
                0x0000000000000000       0x20 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.I2C_IsAcknowledgeFailed
                0x0000000000000000       0x80 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.I2C_WaitOnTXISFlagUntilTimeout
                0x0000000000000000       0x52 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.I2C_WaitOnFlagUntilTimeout
                0x0000000000000000       0x4c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.I2C_RequestMemoryWrite
                0x0000000000000000       0x74 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.I2C_RequestMemoryRead
                0x0000000000000000       0x70 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.I2C_WaitOnSTOPFlagUntilTimeout
                0x0000000000000000       0x4e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.I2C_WaitOnRXNEFlagUntilTimeout
                0x0000000000000000       0x84 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.HAL_I2C_MspInit
                0x0000000000000000        0x2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.HAL_I2C_Init
                0x0000000000000000       0xcc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.HAL_I2C_MspDeInit
                0x0000000000000000        0x2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.HAL_I2C_DeInit
                0x0000000000000000       0x32 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.HAL_I2C_Master_Transmit
                0x0000000000000000      0x16c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.HAL_I2C_Master_Receive
                0x0000000000000000      0x16c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.HAL_I2C_Slave_Transmit
                0x0000000000000000      0x198 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.HAL_I2C_Slave_Receive
                0x0000000000000000      0x17c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.HAL_I2C_Master_Transmit_IT
                0x0000000000000000       0x94 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.HAL_I2C_Master_Receive_IT
                0x0000000000000000       0x94 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.HAL_I2C_Slave_Transmit_IT
                0x0000000000000000       0x68 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.HAL_I2C_Slave_Receive_IT
                0x0000000000000000       0x68 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.HAL_I2C_Master_Transmit_DMA
                0x0000000000000000      0x154 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.HAL_I2C_Master_Receive_DMA
                0x0000000000000000      0x154 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.HAL_I2C_Slave_Transmit_DMA
                0x0000000000000000       0xf4 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.HAL_I2C_Slave_Receive_DMA
                0x0000000000000000       0xf8 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.HAL_I2C_Mem_Write
                0x0000000000000000      0x1a0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.HAL_I2C_Mem_Read
                0x0000000000000000      0x1a8 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.HAL_I2C_Mem_Write_IT
                0x0000000000000000       0xd4 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.HAL_I2C_Mem_Read_IT
                0x0000000000000000       0xd8 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.HAL_I2C_Mem_Write_DMA
                0x0000000000000000      0x168 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.HAL_I2C_Mem_Read_DMA
                0x0000000000000000      0x16c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.HAL_I2C_IsDeviceReady
                0x0000000000000000      0x180 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.HAL_I2C_Master_Seq_Transmit_IT
                0x0000000000000000       0xb8 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.HAL_I2C_Master_Seq_Transmit_DMA
                0x0000000000000000      0x170 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.HAL_I2C_Master_Seq_Receive_IT
                0x0000000000000000       0xb8 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.HAL_I2C_Master_Seq_Receive_DMA
                0x0000000000000000      0x170 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.HAL_I2C_Slave_Seq_Transmit_IT
                0x0000000000000000       0xd8 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.HAL_I2C_Slave_Seq_Transmit_DMA
                0x0000000000000000      0x19c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.HAL_I2C_Slave_Seq_Receive_IT
                0x0000000000000000       0xdc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.HAL_I2C_Slave_Seq_Receive_DMA
                0x0000000000000000      0x19c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.HAL_I2C_EnableListen_IT
                0x0000000000000000       0x28 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.HAL_I2C_DisableListen_IT
                0x0000000000000000       0x34 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.HAL_I2C_Master_Abort_IT
                0x0000000000000000       0x80 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.HAL_I2C_EV_IRQHandler
                0x0000000000000000       0x12 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.HAL_I2C_MasterTxCpltCallback
                0x0000000000000000        0x2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.HAL_I2C_MasterRxCpltCallback
                0x0000000000000000        0x2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.I2C_ITMasterSeqCplt
                0x0000000000000000       0x52 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.HAL_I2C_SlaveTxCpltCallback
                0x0000000000000000        0x2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.HAL_I2C_SlaveRxCpltCallback
                0x0000000000000000        0x2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.I2C_ITSlaveSeqCplt
                0x0000000000000000       0x84 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.I2C_DMASlaveTransmitCplt
                0x0000000000000000       0x28 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.I2C_DMASlaveReceiveCplt
                0x0000000000000000       0x30 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.HAL_I2C_AddrCallback
                0x0000000000000000        0x2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.I2C_ITAddrCplt
                0x0000000000000000       0xa6 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.HAL_I2C_ListenCpltCallback
                0x0000000000000000        0x2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.I2C_ITListenCplt
                0x0000000000000000       0x68 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.HAL_I2C_MemTxCpltCallback
                0x0000000000000000        0x2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.HAL_I2C_MemRxCpltCallback
                0x0000000000000000        0x2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.HAL_I2C_ErrorCallback
                0x0000000000000000        0x2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.HAL_I2C_AbortCpltCallback
                0x0000000000000000        0x2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.I2C_TreatErrorCallback
                0x0000000000000000       0x2c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.I2C_ITError
                0x0000000000000000      0x110 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.I2C_ITSlaveCplt
                0x0000000000000000      0x168 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.I2C_Slave_ISR_IT
                0x0000000000000000      0x14c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.I2C_ITMasterCplt
                0x0000000000000000      0x118 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.I2C_Master_ISR_IT
                0x0000000000000000      0x178 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.I2C_Slave_ISR_DMA
                0x0000000000000000      0x128 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.I2C_Master_ISR_DMA
                0x0000000000000000      0x13c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.I2C_DMAError
                0x0000000000000000       0x18 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.I2C_DMAMasterTransmitCplt
                0x0000000000000000       0x64 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.I2C_DMAMasterReceiveCplt
                0x0000000000000000       0x64 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.HAL_I2C_ER_IRQHandler
                0x0000000000000000       0x5e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.I2C_DMAAbort
                0x0000000000000000       0x1e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.HAL_I2C_GetState
                0x0000000000000000        0x8 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.HAL_I2C_GetMode
                0x0000000000000000        0x8 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .text.HAL_I2C_GetError
                0x0000000000000000        0x4 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .debug_info    0x0000000000000000     0x3a71 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .debug_abbrev  0x0000000000000000      0x26c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .debug_loc     0x0000000000000000     0x4281 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .debug_aranges
                0x0000000000000000      0x290 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .debug_ranges  0x0000000000000000      0x280 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .debug_macro   0x0000000000000000      0x27a Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .debug_macro   0x0000000000000000      0xa42 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .debug_macro   0x0000000000000000      0x11f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .debug_macro   0x0000000000000000       0x2e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .debug_macro   0x0000000000000000       0x28 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .debug_macro   0x0000000000000000       0x22 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .debug_macro   0x0000000000000000       0x8e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .debug_macro   0x0000000000000000       0x51 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .debug_macro   0x0000000000000000       0xef Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .debug_macro   0x0000000000000000       0x6a Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .debug_macro   0x0000000000000000      0x1df Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .debug_macro   0x0000000000000000       0x1c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .debug_macro   0x0000000000000000       0x22 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .debug_macro   0x0000000000000000       0xb5 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .debug_macro   0x0000000000000000      0x4da Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .debug_macro   0x0000000000000000      0x11f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .debug_macro   0x0000000000000000     0x9d14 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .debug_macro   0x0000000000000000       0x3c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .debug_macro   0x0000000000000000     0x352b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .debug_macro   0x0000000000000000      0x174 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .debug_macro   0x0000000000000000       0x5b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .debug_macro   0x0000000000000000      0x8e4 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .debug_macro   0x0000000000000000      0x9d2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .debug_macro   0x0000000000000000      0x190 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .debug_macro   0x0000000000000000      0x13f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .debug_macro   0x0000000000000000      0x17d Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .debug_macro   0x0000000000000000      0x28e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .debug_macro   0x0000000000000000      0x1e9 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .debug_macro   0x0000000000000000      0x129 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .debug_macro   0x0000000000000000      0x2b4 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .debug_macro   0x0000000000000000      0x22c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .debug_macro   0x0000000000000000       0x5b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .debug_macro   0x0000000000000000       0xa5 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .debug_macro   0x0000000000000000      0x187 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .debug_macro   0x0000000000000000       0x16 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .debug_macro   0x0000000000000000      0x5ba Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .debug_macro   0x0000000000000000       0x44 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .debug_macro   0x0000000000000000      0x16c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .debug_line    0x0000000000000000     0x1b50 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .debug_str     0x0000000000000000    0x724e3 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .comment       0x0000000000000000       0x80 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .debug_frame   0x0000000000000000      0x834 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .ARM.attributes
                0x0000000000000000       0x32 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .text          0x0000000000000000        0x0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .data          0x0000000000000000        0x0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .bss           0x0000000000000000        0x0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .text.HAL_I2CEx_ConfigAnalogFilter
                0x0000000000000000       0x58 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .text.HAL_I2CEx_ConfigDigitalFilter
                0x0000000000000000       0x54 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .text.HAL_I2CEx_EnableWakeUp
                0x0000000000000000       0x4e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .text.HAL_I2CEx_DisableWakeUp
                0x0000000000000000       0x50 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .text.HAL_I2CEx_EnableFastModePlus
                0x0000000000000000       0x1c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .text.HAL_I2CEx_DisableFastModePlus
                0x0000000000000000       0x1c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .debug_info    0x0000000000000000      0x938 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .debug_abbrev  0x0000000000000000      0x1bf Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .debug_loc     0x0000000000000000      0x221 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .debug_aranges
                0x0000000000000000       0x48 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .debug_ranges  0x0000000000000000       0x38 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .debug_macro   0x0000000000000000      0x1b5 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .debug_macro   0x0000000000000000      0xa42 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .debug_macro   0x0000000000000000      0x11f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .debug_macro   0x0000000000000000       0x2e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .debug_macro   0x0000000000000000       0x28 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .debug_macro   0x0000000000000000       0x22 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .debug_macro   0x0000000000000000       0x8e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .debug_macro   0x0000000000000000       0x51 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .debug_macro   0x0000000000000000       0xef Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .debug_macro   0x0000000000000000       0x6a Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .debug_macro   0x0000000000000000      0x1df Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .debug_macro   0x0000000000000000       0x1c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .debug_macro   0x0000000000000000       0x22 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .debug_macro   0x0000000000000000       0xb5 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .debug_macro   0x0000000000000000      0x4da Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .debug_macro   0x0000000000000000      0x11f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .debug_macro   0x0000000000000000     0x9d14 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .debug_macro   0x0000000000000000       0x3c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .debug_macro   0x0000000000000000     0x352b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .debug_macro   0x0000000000000000      0x174 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .debug_macro   0x0000000000000000       0x5b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .debug_macro   0x0000000000000000      0x8e4 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .debug_macro   0x0000000000000000      0x9d2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .debug_macro   0x0000000000000000      0x190 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .debug_macro   0x0000000000000000      0x13f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .debug_macro   0x0000000000000000      0x17d Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .debug_macro   0x0000000000000000      0x28e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .debug_macro   0x0000000000000000      0x1e9 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .debug_macro   0x0000000000000000      0x129 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .debug_macro   0x0000000000000000      0x2b4 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .debug_macro   0x0000000000000000      0x22c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .debug_macro   0x0000000000000000       0x5b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .debug_macro   0x0000000000000000       0xa5 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .debug_macro   0x0000000000000000      0x187 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .debug_macro   0x0000000000000000       0x16 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .debug_macro   0x0000000000000000      0x5ba Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .debug_macro   0x0000000000000000       0x44 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .debug_macro   0x0000000000000000      0x16c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .debug_line    0x0000000000000000      0x81e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .debug_str     0x0000000000000000    0x717e9 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .comment       0x0000000000000000       0x80 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .debug_frame   0x0000000000000000       0xa8 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .ARM.attributes
                0x0000000000000000       0x32 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .text          0x0000000000000000        0x0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .data          0x0000000000000000        0x0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .bss           0x0000000000000000        0x0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .text.HAL_PWR_DeInit
                0x0000000000000000       0x20 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .text.HAL_PWR_EnableBkUpAccess
                0x0000000000000000       0x14 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .text.HAL_PWR_DisableBkUpAccess
                0x0000000000000000       0x14 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .text.HAL_PWR_ConfigPVD
                0x0000000000000000       0x80 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .text.HAL_PWR_EnablePVD
                0x0000000000000000       0x10 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .text.HAL_PWR_DisablePVD
                0x0000000000000000       0x10 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .text.HAL_PWR_EnableWakeUpPin
                0x0000000000000000       0x10 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .text.HAL_PWR_DisableWakeUpPin
                0x0000000000000000       0x10 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .text.HAL_PWR_EnterSLEEPMode
                0x0000000000000000       0x74 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .text.HAL_PWR_EnterSTOPMode
                0x0000000000000000       0x7c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .text.HAL_PWR_EnterSTANDBYMode
                0x0000000000000000       0x20 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .text.HAL_PWR_EnableSleepOnExit
                0x0000000000000000       0x10 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .text.HAL_PWR_DisableSleepOnExit
                0x0000000000000000       0x10 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .text.HAL_PWR_EnableSEVOnPend
                0x0000000000000000       0x10 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .text.HAL_PWR_DisableSEVOnPend
                0x0000000000000000       0x10 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .text.HAL_PWR_PVDCallback
                0x0000000000000000        0x2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .text.HAL_PWR_PVD_IRQHandler
                0x0000000000000000       0x20 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .debug_info    0x0000000000000000      0x6b0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .debug_abbrev  0x0000000000000000      0x18d Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .debug_loc     0x0000000000000000      0x1bd Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .debug_aranges
                0x0000000000000000       0xa0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .debug_ranges  0x0000000000000000       0x90 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .debug_macro   0x0000000000000000      0x1cd Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .debug_macro   0x0000000000000000      0xa42 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .debug_macro   0x0000000000000000      0x11f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .debug_macro   0x0000000000000000       0x2e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .debug_macro   0x0000000000000000       0x28 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .debug_macro   0x0000000000000000       0x22 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .debug_macro   0x0000000000000000       0x8e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .debug_macro   0x0000000000000000       0x51 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .debug_macro   0x0000000000000000       0xef Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .debug_macro   0x0000000000000000       0x6a Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .debug_macro   0x0000000000000000      0x1df Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .debug_macro   0x0000000000000000       0x1c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .debug_macro   0x0000000000000000       0x22 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .debug_macro   0x0000000000000000       0xb5 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .debug_macro   0x0000000000000000      0x4da Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .debug_macro   0x0000000000000000      0x11f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .debug_macro   0x0000000000000000     0x9d14 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .debug_macro   0x0000000000000000       0x3c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .debug_macro   0x0000000000000000     0x352b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .debug_macro   0x0000000000000000      0x174 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .debug_macro   0x0000000000000000       0x5b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .debug_macro   0x0000000000000000      0x8e4 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .debug_macro   0x0000000000000000      0x9d2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .debug_macro   0x0000000000000000      0x190 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .debug_macro   0x0000000000000000      0x13f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .debug_macro   0x0000000000000000      0x17d Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .debug_macro   0x0000000000000000      0x28e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .debug_macro   0x0000000000000000      0x1e9 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .debug_macro   0x0000000000000000      0x129 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .debug_macro   0x0000000000000000      0x2b4 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .debug_macro   0x0000000000000000      0x22c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .debug_macro   0x0000000000000000       0x5b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .debug_macro   0x0000000000000000       0xa5 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .debug_macro   0x0000000000000000      0x187 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .debug_macro   0x0000000000000000       0x16 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .debug_macro   0x0000000000000000      0x5ba Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .debug_macro   0x0000000000000000       0x44 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .debug_macro   0x0000000000000000      0x16c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .debug_line    0x0000000000000000      0x864 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .debug_str     0x0000000000000000    0x714fc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .comment       0x0000000000000000       0x80 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .debug_frame   0x0000000000000000      0x140 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .ARM.attributes
                0x0000000000000000       0x32 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .text          0x0000000000000000        0x0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .data          0x0000000000000000        0x0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .bss           0x0000000000000000        0x0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .text.HAL_PWREx_GetVoltageRange
                0x0000000000000000       0x10 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .text.HAL_PWREx_EnableFastWakeUp
                0x0000000000000000       0x14 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .text.HAL_PWREx_DisableFastWakeUp
                0x0000000000000000       0x14 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .text.HAL_PWREx_EnableUltraLowPower
                0x0000000000000000       0x14 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .text.HAL_PWREx_DisableUltraLowPower
                0x0000000000000000       0x14 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .text.HAL_PWREx_EnableLowPowerRunMode
                0x0000000000000000       0x1c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .text.HAL_PWREx_DisableLowPowerRunMode
                0x0000000000000000       0x54 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .debug_info    0x0000000000000000      0x260 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .debug_abbrev  0x0000000000000000      0x11c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .debug_loc     0x0000000000000000       0x2a Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .debug_aranges
                0x0000000000000000       0x50 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .debug_ranges  0x0000000000000000       0x40 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .debug_macro   0x0000000000000000      0x1bb Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .debug_macro   0x0000000000000000      0xa42 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .debug_macro   0x0000000000000000      0x11f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .debug_macro   0x0000000000000000       0x2e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .debug_macro   0x0000000000000000       0x28 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .debug_macro   0x0000000000000000       0x22 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .debug_macro   0x0000000000000000       0x8e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .debug_macro   0x0000000000000000       0x51 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .debug_macro   0x0000000000000000       0xef Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .debug_macro   0x0000000000000000       0x6a Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .debug_macro   0x0000000000000000      0x1df Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .debug_macro   0x0000000000000000       0x1c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .debug_macro   0x0000000000000000       0x22 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .debug_macro   0x0000000000000000       0xb5 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .debug_macro   0x0000000000000000      0x4da Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .debug_macro   0x0000000000000000      0x11f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .debug_macro   0x0000000000000000     0x9d14 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .debug_macro   0x0000000000000000       0x3c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .debug_macro   0x0000000000000000     0x352b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .debug_macro   0x0000000000000000      0x174 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .debug_macro   0x0000000000000000       0x5b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .debug_macro   0x0000000000000000      0x8e4 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .debug_macro   0x0000000000000000      0x9d2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .debug_macro   0x0000000000000000      0x190 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .debug_macro   0x0000000000000000      0x13f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .debug_macro   0x0000000000000000      0x17d Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .debug_macro   0x0000000000000000      0x28e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .debug_macro   0x0000000000000000      0x1e9 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .debug_macro   0x0000000000000000      0x129 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .debug_macro   0x0000000000000000      0x2b4 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .debug_macro   0x0000000000000000      0x22c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .debug_macro   0x0000000000000000       0x5b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .debug_macro   0x0000000000000000       0xa5 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .debug_macro   0x0000000000000000      0x187 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .debug_macro   0x0000000000000000       0x16 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .debug_macro   0x0000000000000000      0x5ba Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .debug_macro   0x0000000000000000       0x44 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .debug_macro   0x0000000000000000      0x16c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .debug_line    0x0000000000000000      0x76e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .debug_str     0x0000000000000000    0x712bc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .comment       0x0000000000000000       0x80 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .debug_frame   0x0000000000000000       0x88 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .ARM.attributes
                0x0000000000000000       0x32 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .text          0x0000000000000000        0x0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .data          0x0000000000000000        0x0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .bss           0x0000000000000000        0x0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .text.HAL_RCC_DeInit
                0x0000000000000000       0xec Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .text.HAL_RCC_MCOConfig
                0x0000000000000000       0xa8 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .text.HAL_RCC_EnableCSS
                0x0000000000000000       0x14 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .text.HAL_RCC_GetOscConfig
                0x0000000000000000       0xdc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .text.HAL_RCC_GetClockConfig
                0x0000000000000000       0x40 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .text.HAL_RCC_CSSCallback
                0x0000000000000000        0x2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .text.HAL_RCC_NMI_IRQHandler
                0x0000000000000000       0x20 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .debug_macro   0x0000000000000000      0xa42 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .debug_macro   0x0000000000000000      0x11f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .debug_macro   0x0000000000000000       0x2e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .debug_macro   0x0000000000000000       0x28 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .debug_macro   0x0000000000000000       0x22 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .debug_macro   0x0000000000000000       0x8e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .debug_macro   0x0000000000000000       0x51 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .debug_macro   0x0000000000000000       0xef Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .debug_macro   0x0000000000000000       0x6a Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .debug_macro   0x0000000000000000      0x1df Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .debug_macro   0x0000000000000000       0x1c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .debug_macro   0x0000000000000000       0x22 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .debug_macro   0x0000000000000000       0xb5 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .debug_macro   0x0000000000000000      0x4da Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .debug_macro   0x0000000000000000      0x11f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .debug_macro   0x0000000000000000     0x9d14 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .debug_macro   0x0000000000000000       0x3c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .debug_macro   0x0000000000000000     0x352b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .debug_macro   0x0000000000000000      0x174 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .debug_macro   0x0000000000000000       0x5b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .debug_macro   0x0000000000000000      0x8e4 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .debug_macro   0x0000000000000000      0x9d2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .debug_macro   0x0000000000000000      0x190 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .debug_macro   0x0000000000000000      0x13f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .debug_macro   0x0000000000000000      0x17d Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .debug_macro   0x0000000000000000      0x28e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .debug_macro   0x0000000000000000      0x1e9 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .debug_macro   0x0000000000000000      0x129 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .debug_macro   0x0000000000000000      0x2b4 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .debug_macro   0x0000000000000000      0x22c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .debug_macro   0x0000000000000000       0x5b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .debug_macro   0x0000000000000000       0xa5 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .debug_macro   0x0000000000000000      0x187 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .debug_macro   0x0000000000000000       0x16 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .debug_macro   0x0000000000000000      0x5ba Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .debug_macro   0x0000000000000000       0x44 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .debug_macro   0x0000000000000000      0x16c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .text          0x0000000000000000        0x0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .data          0x0000000000000000        0x0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .bss           0x0000000000000000        0x0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .text.HAL_RCCEx_GetPeriphCLKConfig
                0x0000000000000000       0x78 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .text.HAL_RCCEx_GetPeriphCLKFreq
                0x0000000000000000      0x2ac Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .text.HAL_RCCEx_EnableLSECSS
                0x0000000000000000       0x14 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .text.HAL_RCCEx_DisableLSECSS
                0x0000000000000000       0x1c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .text.HAL_RCCEx_EnableLSECSS_IT
                0x0000000000000000       0x30 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .text.HAL_RCCEx_LSECSS_Callback
                0x0000000000000000        0x2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .text.HAL_RCCEx_LSECSS_IRQHandler
                0x0000000000000000       0x1c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .text.HAL_RCCEx_EnableHSI48_VREFINT
                0x0000000000000000       0x14 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .text.HAL_RCCEx_DisableHSI48_VREFINT
                0x0000000000000000       0x14 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .text.HAL_RCCEx_CRSConfig
                0x0000000000000000       0x54 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .text.HAL_RCCEx_CRSSoftwareSynchronizationGenerate
                0x0000000000000000       0x10 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .text.HAL_RCCEx_CRSGetSynchronizationInfo
                0x0000000000000000       0x2c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .text.HAL_RCCEx_CRSWaitSynchronization
                0x0000000000000000       0xa0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .text.HAL_RCCEx_CRS_SyncOkCallback
                0x0000000000000000        0x2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .text.HAL_RCCEx_CRS_SyncWarnCallback
                0x0000000000000000        0x2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .text.HAL_RCCEx_CRS_ExpectedSyncCallback
                0x0000000000000000        0x2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .text.HAL_RCCEx_CRS_ErrorCallback
                0x0000000000000000        0x2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .text.HAL_RCCEx_CRS_IRQHandler
                0x0000000000000000       0x78 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .debug_macro   0x0000000000000000      0xa42 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .debug_macro   0x0000000000000000      0x11f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .debug_macro   0x0000000000000000       0x2e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .debug_macro   0x0000000000000000       0x28 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .debug_macro   0x0000000000000000       0x22 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .debug_macro   0x0000000000000000       0x8e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .debug_macro   0x0000000000000000       0x51 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .debug_macro   0x0000000000000000       0xef Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .debug_macro   0x0000000000000000       0x6a Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .debug_macro   0x0000000000000000      0x1df Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .debug_macro   0x0000000000000000       0x1c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .debug_macro   0x0000000000000000       0x22 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .debug_macro   0x0000000000000000       0xb5 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .debug_macro   0x0000000000000000      0x4da Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .debug_macro   0x0000000000000000      0x11f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .debug_macro   0x0000000000000000     0x9d14 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .debug_macro   0x0000000000000000       0x3c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .debug_macro   0x0000000000000000     0x352b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .debug_macro   0x0000000000000000      0x174 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .debug_macro   0x0000000000000000       0x5b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .debug_macro   0x0000000000000000      0x8e4 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .debug_macro   0x0000000000000000      0x9d2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .debug_macro   0x0000000000000000      0x190 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .debug_macro   0x0000000000000000      0x13f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .debug_macro   0x0000000000000000      0x17d Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .debug_macro   0x0000000000000000      0x28e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .debug_macro   0x0000000000000000      0x1e9 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .debug_macro   0x0000000000000000      0x129 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .debug_macro   0x0000000000000000      0x2b4 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .debug_macro   0x0000000000000000      0x22c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .debug_macro   0x0000000000000000       0x5b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .debug_macro   0x0000000000000000       0xa5 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .debug_macro   0x0000000000000000      0x187 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .debug_macro   0x0000000000000000       0x16 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .debug_macro   0x0000000000000000      0x5ba Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .debug_macro   0x0000000000000000       0x44 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .debug_macro   0x0000000000000000      0x16c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .text          0x0000000000000000        0x0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .data          0x0000000000000000        0x0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .bss           0x0000000000000000        0x0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .debug_info    0x0000000000000000      0x165 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .debug_abbrev  0x0000000000000000       0x92 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .debug_aranges
                0x0000000000000000       0x18 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .debug_macro   0x0000000000000000      0x1b6 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .debug_macro   0x0000000000000000      0xa42 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .debug_macro   0x0000000000000000      0x11f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .debug_macro   0x0000000000000000       0x2e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .debug_macro   0x0000000000000000       0x28 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .debug_macro   0x0000000000000000       0x22 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .debug_macro   0x0000000000000000       0x8e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .debug_macro   0x0000000000000000       0x51 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .debug_macro   0x0000000000000000       0xef Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .debug_macro   0x0000000000000000       0x6a Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .debug_macro   0x0000000000000000      0x1df Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .debug_macro   0x0000000000000000       0x1c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .debug_macro   0x0000000000000000       0x22 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .debug_macro   0x0000000000000000       0xb5 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .debug_macro   0x0000000000000000      0x4da Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .debug_macro   0x0000000000000000      0x11f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .debug_macro   0x0000000000000000     0x9d14 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .debug_macro   0x0000000000000000       0x3c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .debug_macro   0x0000000000000000     0x352b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .debug_macro   0x0000000000000000      0x174 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .debug_macro   0x0000000000000000       0x5b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .debug_macro   0x0000000000000000      0x8e4 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .debug_macro   0x0000000000000000      0x9d2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .debug_macro   0x0000000000000000      0x190 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .debug_macro   0x0000000000000000      0x13f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .debug_macro   0x0000000000000000      0x17d Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .debug_macro   0x0000000000000000      0x28e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .debug_macro   0x0000000000000000      0x1e9 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .debug_macro   0x0000000000000000      0x129 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .debug_macro   0x0000000000000000      0x2b4 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .debug_macro   0x0000000000000000      0x22c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .debug_macro   0x0000000000000000       0x5b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .debug_macro   0x0000000000000000       0xa5 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .debug_macro   0x0000000000000000      0x187 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .debug_macro   0x0000000000000000       0x16 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .debug_macro   0x0000000000000000      0x5ba Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .debug_macro   0x0000000000000000       0x44 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .debug_macro   0x0000000000000000      0x16c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .debug_line    0x0000000000000000      0x6dd Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .debug_str     0x0000000000000000    0x71178 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .comment       0x0000000000000000       0x80 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .ARM.attributes
                0x0000000000000000       0x32 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .text          0x0000000000000000        0x0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .data          0x0000000000000000        0x0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .bss           0x0000000000000000        0x0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .debug_info    0x0000000000000000      0x165 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .debug_abbrev  0x0000000000000000       0x92 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .debug_aranges
                0x0000000000000000       0x18 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .debug_macro   0x0000000000000000      0x1b5 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .debug_macro   0x0000000000000000      0xa42 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .debug_macro   0x0000000000000000      0x11f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .debug_macro   0x0000000000000000       0x2e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .debug_macro   0x0000000000000000       0x28 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .debug_macro   0x0000000000000000       0x22 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .debug_macro   0x0000000000000000       0x8e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .debug_macro   0x0000000000000000       0x51 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .debug_macro   0x0000000000000000       0xef Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .debug_macro   0x0000000000000000       0x6a Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .debug_macro   0x0000000000000000      0x1df Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .debug_macro   0x0000000000000000       0x1c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .debug_macro   0x0000000000000000       0x22 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .debug_macro   0x0000000000000000       0xb5 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .debug_macro   0x0000000000000000      0x4da Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .debug_macro   0x0000000000000000      0x11f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .debug_macro   0x0000000000000000     0x9d14 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .debug_macro   0x0000000000000000       0x3c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .debug_macro   0x0000000000000000     0x352b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .debug_macro   0x0000000000000000      0x174 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .debug_macro   0x0000000000000000       0x5b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .debug_macro   0x0000000000000000      0x8e4 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .debug_macro   0x0000000000000000      0x9d2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .debug_macro   0x0000000000000000      0x190 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .debug_macro   0x0000000000000000      0x13f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .debug_macro   0x0000000000000000      0x17d Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .debug_macro   0x0000000000000000      0x28e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .debug_macro   0x0000000000000000      0x1e9 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .debug_macro   0x0000000000000000      0x129 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .debug_macro   0x0000000000000000      0x2b4 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .debug_macro   0x0000000000000000      0x22c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .debug_macro   0x0000000000000000       0x5b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .debug_macro   0x0000000000000000       0xa5 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .debug_macro   0x0000000000000000      0x187 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .debug_macro   0x0000000000000000       0x16 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .debug_macro   0x0000000000000000      0x5ba Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .debug_macro   0x0000000000000000       0x44 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .debug_macro   0x0000000000000000      0x16c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .debug_line    0x0000000000000000      0x6e0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .debug_str     0x0000000000000000    0x7117b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .comment       0x0000000000000000       0x80 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .ARM.attributes
                0x0000000000000000       0x32 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text          0x0000000000000000        0x0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .data          0x0000000000000000        0x0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .bss           0x0000000000000000        0x0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.UART_EndTxTransfer
                0x0000000000000000       0x10 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.UART_EndRxTransfer
                0x0000000000000000       0x38 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.UART_TxISR_8BIT
                0x0000000000000000       0x42 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.UART_TxISR_16BIT
                0x0000000000000000       0x46 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.HAL_UART_MspInit
                0x0000000000000000        0x2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.HAL_UART_MspDeInit
                0x0000000000000000        0x2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.HAL_UART_DeInit
                0x0000000000000000       0x3c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.HAL_UART_Transmit_IT
                0x0000000000000000       0x90 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.HAL_UART_Transmit_DMA
                0x0000000000000000       0xc8 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.HAL_UART_DMAPause
                0x0000000000000000       0x68 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.HAL_UART_DMAResume
                0x0000000000000000       0x5c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.HAL_UART_DMAStop
                0x0000000000000000       0x8e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.HAL_UART_Abort
                0x0000000000000000       0xcc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.HAL_UART_AbortTransmit
                0x0000000000000000       0x54 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.HAL_UART_AbortReceive
                0x0000000000000000       0x88 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.HAL_UART_TxCpltCallback
                0x0000000000000000        0x2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.UART_DMATransmitCplt
                0x0000000000000000       0x30 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.UART_EndTransmit_IT
                0x0000000000000000       0x1a Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.HAL_UART_TxHalfCpltCallback
                0x0000000000000000        0x2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.UART_DMATxHalfCplt
                0x0000000000000000        0xa Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.HAL_UART_RxCpltCallback
                0x0000000000000000        0x2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.HAL_UART_RxHalfCpltCallback
                0x0000000000000000        0x2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.HAL_UART_ErrorCallback
                0x0000000000000000        0x2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.UART_DMAError
                0x0000000000000000       0x4e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.UART_DMAAbortOnError
                0x0000000000000000       0x14 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.HAL_UART_AbortCpltCallback
                0x0000000000000000        0x2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.HAL_UART_Abort_IT
                0x0000000000000000       0xf8 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.UART_DMARxAbortCallback
                0x0000000000000000       0x44 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.UART_DMATxAbortCallback
                0x0000000000000000       0x3a Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.HAL_UART_AbortTransmitCpltCallback
                0x0000000000000000        0x2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.HAL_UART_AbortTransmit_IT
                0x0000000000000000       0x64 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.UART_DMATxOnlyAbortCallback
                0x0000000000000000       0x14 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.HAL_UART_AbortReceiveCpltCallback
                0x0000000000000000        0x2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.HAL_UART_AbortReceive_IT
                0x0000000000000000       0xa4 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.UART_DMARxOnlyAbortCallback
                0x0000000000000000       0x26 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.HAL_UARTEx_RxEventCallback
                0x0000000000000000        0x2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.HAL_UART_IRQHandler
                0x0000000000000000      0x258 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.UART_RxISR_8BIT
                0x0000000000000000       0x84 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.UART_RxISR_16BIT
                0x0000000000000000       0x84 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.UART_DMARxHalfCplt
                0x0000000000000000       0x1c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.UART_DMAReceiveCplt
                0x0000000000000000       0x68 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.HAL_UART_ReceiverTimeout_Config
                0x0000000000000000       0x18 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.HAL_UART_EnableReceiverTimeout
                0x0000000000000000       0x48 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.HAL_UART_DisableReceiverTimeout
                0x0000000000000000       0x4c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.HAL_MultiProcessor_EnterMuteMode
                0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.HAL_HalfDuplex_EnableTransmitter
                0x0000000000000000       0x38 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.HAL_HalfDuplex_EnableReceiver
                0x0000000000000000       0x38 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.HAL_LIN_SendBreak
                0x0000000000000000       0x2e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.HAL_UART_GetState
                0x0000000000000000        0x8 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.HAL_UART_GetError
                0x0000000000000000        0x6 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.HAL_UART_Transmit
                0x0000000000000000       0xee Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.HAL_UART_Receive
                0x0000000000000000      0x15c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.HAL_HalfDuplex_Init
                0x0000000000000000       0x78 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.HAL_LIN_Init
                0x0000000000000000       0xa0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.HAL_MultiProcessor_Init
                0x0000000000000000       0x9c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.HAL_MultiProcessor_EnableMuteMode
                0x0000000000000000       0x2e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.HAL_MultiProcessor_DisableMuteMode
                0x0000000000000000       0x30 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.UART_Start_Receive_IT
                0x0000000000000000       0xbc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.HAL_UART_Receive_IT
                0x0000000000000000       0x6c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.UART_Start_Receive_DMA
                0x0000000000000000       0x8c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .text.HAL_UART_Receive_DMA
                0x0000000000000000       0x6c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .debug_macro   0x0000000000000000      0xa42 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .debug_macro   0x0000000000000000      0x11f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .debug_macro   0x0000000000000000       0x2e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .debug_macro   0x0000000000000000       0x28 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .debug_macro   0x0000000000000000       0x22 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .debug_macro   0x0000000000000000       0x8e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .debug_macro   0x0000000000000000       0x51 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .debug_macro   0x0000000000000000       0xef Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .debug_macro   0x0000000000000000       0x6a Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .debug_macro   0x0000000000000000      0x1df Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .debug_macro   0x0000000000000000       0x1c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .debug_macro   0x0000000000000000       0x22 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .debug_macro   0x0000000000000000       0xb5 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .debug_macro   0x0000000000000000      0x4da Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .debug_macro   0x0000000000000000      0x11f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .debug_macro   0x0000000000000000     0x9d14 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .debug_macro   0x0000000000000000       0x3c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .debug_macro   0x0000000000000000     0x352b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .debug_macro   0x0000000000000000      0x174 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .debug_macro   0x0000000000000000       0x5b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .debug_macro   0x0000000000000000      0x8e4 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .debug_macro   0x0000000000000000      0x9d2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .debug_macro   0x0000000000000000      0x190 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .debug_macro   0x0000000000000000      0x13f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .debug_macro   0x0000000000000000      0x17d Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .debug_macro   0x0000000000000000      0x28e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .debug_macro   0x0000000000000000      0x1e9 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .debug_macro   0x0000000000000000      0x129 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .debug_macro   0x0000000000000000      0x2b4 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .debug_macro   0x0000000000000000      0x22c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .debug_macro   0x0000000000000000       0x5b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .debug_macro   0x0000000000000000       0xa5 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .debug_macro   0x0000000000000000      0x187 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .debug_macro   0x0000000000000000       0x16 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .debug_macro   0x0000000000000000      0x5ba Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .debug_macro   0x0000000000000000       0x44 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .debug_macro   0x0000000000000000      0x16c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .group         0x0000000000000000        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .text          0x0000000000000000        0x0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .data          0x0000000000000000        0x0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .bss           0x0000000000000000        0x0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .text.UARTEx_Wakeup_AddressConfig
                0x0000000000000000       0x2c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .text.HAL_RS485Ex_Init
                0x0000000000000000       0x90 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .text.HAL_UARTEx_WakeupCallback
                0x0000000000000000        0x2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .text.HAL_UARTEx_EnableClockStopMode
                0x0000000000000000       0x28 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .text.HAL_UARTEx_DisableClockStopMode
                0x0000000000000000       0x2c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .text.HAL_MultiProcessorEx_AddressLength_Set
                0x0000000000000000       0x32 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .text.HAL_UARTEx_StopModeWakeUpSourceConfig
                0x0000000000000000       0x84 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .text.HAL_UARTEx_EnableStopMode
                0x0000000000000000       0x26 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .text.HAL_UARTEx_DisableStopMode
                0x0000000000000000       0x26 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .text.HAL_UARTEx_ReceiveToIdle
                0x0000000000000000      0x198 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .text.HAL_UARTEx_ReceiveToIdle_IT
                0x0000000000000000       0x6e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .text.HAL_UARTEx_ReceiveToIdle_DMA
                0x0000000000000000       0x6e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .debug_info    0x0000000000000000      0xb96 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .debug_abbrev  0x0000000000000000      0x235 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .debug_loc     0x0000000000000000      0x80d Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .debug_aranges
                0x0000000000000000       0x78 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .debug_ranges  0x0000000000000000       0x68 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .debug_macro   0x0000000000000000      0x1b5 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .debug_macro   0x0000000000000000      0xa42 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .debug_macro   0x0000000000000000      0x11f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .debug_macro   0x0000000000000000       0x2e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .debug_macro   0x0000000000000000       0x28 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .debug_macro   0x0000000000000000       0x22 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .debug_macro   0x0000000000000000       0x8e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .debug_macro   0x0000000000000000       0x51 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .debug_macro   0x0000000000000000       0xef Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .debug_macro   0x0000000000000000       0x6a Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .debug_macro   0x0000000000000000      0x1df Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .debug_macro   0x0000000000000000       0x1c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .debug_macro   0x0000000000000000       0x22 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .debug_macro   0x0000000000000000       0xb5 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .debug_macro   0x0000000000000000      0x4da Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .debug_macro   0x0000000000000000      0x11f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .debug_macro   0x0000000000000000     0x9d14 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .debug_macro   0x0000000000000000       0x3c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .debug_macro   0x0000000000000000     0x352b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .debug_macro   0x0000000000000000      0x174 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .debug_macro   0x0000000000000000       0x5b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .debug_macro   0x0000000000000000      0x8e4 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .debug_macro   0x0000000000000000      0x9d2 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .debug_macro   0x0000000000000000      0x190 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .debug_macro   0x0000000000000000      0x13f Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .debug_macro   0x0000000000000000      0x17d Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .debug_macro   0x0000000000000000      0x28e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .debug_macro   0x0000000000000000      0x1e9 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .debug_macro   0x0000000000000000      0x129 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .debug_macro   0x0000000000000000      0x2b4 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .debug_macro   0x0000000000000000      0x22c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .debug_macro   0x0000000000000000       0x5b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .debug_macro   0x0000000000000000       0xa5 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .debug_macro   0x0000000000000000      0x187 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .debug_macro   0x0000000000000000       0x16 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .debug_macro   0x0000000000000000      0x5ba Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .debug_macro   0x0000000000000000       0x44 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .debug_macro   0x0000000000000000      0x16c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .debug_line    0x0000000000000000      0x99c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .debug_str     0x0000000000000000    0x71866 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .comment       0x0000000000000000       0x80 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .debug_frame   0x0000000000000000      0x144 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .ARM.attributes
                0x0000000000000000       0x32 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
 .text          0x0000000000000000       0x14 startup/startup_stm32l053xx.o
 .data          0x0000000000000000        0x0 startup/startup_stm32l053xx.o
 .bss           0x0000000000000000        0x0 startup/startup_stm32l053xx.o
 .data          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a(_udivsi3.o)
 .bss           0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a(_udivsi3.o)
 .data          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a(_divsi3.o)
 .bss           0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a(_divsi3.o)
 .data          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a(_dvmd_tls.o)
 .bss           0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a(_dvmd_tls.o)
 .data          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a(_aeabi_uldivmod.o)
 .bss           0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a(_aeabi_uldivmod.o)
 .data          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a(_muldi3.o)
 .bss           0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a(_muldi3.o)
 .data          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a(_udivmoddi4.o)
 .bss           0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a(_udivmoddi4.o)
 .ARM.extab     0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a(_udivmoddi4.o)
 .data          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a(_clzdi2.o)
 .bss           0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a(_clzdi2.o)
 .data          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a(_clzsi2.o)
 .bss           0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a(_clzsi2.o)
 .text          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-errno.o)
 .data          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-errno.o)
 .bss           0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-errno.o)
 .text          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-exit.o)
 .data          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-exit.o)
 .bss           0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-exit.o)
 .text.exit     0x0000000000000000       0x2c /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-exit.o)
 .debug_frame   0x0000000000000000       0x28 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-exit.o)
 .ARM.attributes
                0x0000000000000000       0x2c /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-exit.o)
 .text          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-impure.o)
 .data          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-impure.o)
 .bss           0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-impure.o)
 .rodata._global_impure_ptr
                0x0000000000000000        0x4 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-impure.o)
 .text          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-init.o)
 .data          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-init.o)
 .bss           0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-init.o)
 .text          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-memset.o)
 .data          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-memset.o)
 .bss           0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-memset.o)
 .text          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-rand.o)
 .data          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-rand.o)
 .bss           0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-rand.o)
 .text          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-sprintf.o)
 .data          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-sprintf.o)
 .bss           0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-sprintf.o)
 .text._sprintf_r
                0x0000000000000000       0x38 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-sprintf.o)
 .data          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-strcmp.o)
 .bss           0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-strcmp.o)
 .text          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-time.o)
 .data          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-time.o)
 .bss           0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-time.o)
 .text          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-gettimeofdayr.o)
 .data          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-gettimeofdayr.o)
 .bss           0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-gettimeofdayr.o)
 .text          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-malloc.o)
 .data          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-malloc.o)
 .bss           0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-malloc.o)
 .text.free     0x0000000000000000       0x14 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-malloc.o)
 .text          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-freer.o)
 .data          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-freer.o)
 .bss           0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-freer.o)
 .text          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-mallocr.o)
 .data          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-mallocr.o)
 .bss           0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-mallocr.o)
 .text          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-svfprintf.o)
 .data          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-svfprintf.o)
 .bss           0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-svfprintf.o)
 .text.__ssprint_r
                0x0000000000000000       0xfc /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-svfprintf.o)
 .text          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-vfprintf_i.o)
 .data          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-vfprintf_i.o)
 .bss           0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-vfprintf_i.o)
 .text          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-reent.o)
 .data          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-reent.o)
 .bss           0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-reent.o)
 .text.cleanup_glue
                0x0000000000000000       0x1a /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-reent.o)
 .text._reclaim_reent
                0x0000000000000000       0xcc /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-reent.o)
 .text          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-sbrkr.o)
 .data          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-sbrkr.o)
 .bss           0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-sbrkr.o)
 .text          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-memchr-stub.o)
 .data          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-memchr-stub.o)
 .bss           0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-memchr-stub.o)
 .text          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-memcpy-stub.o)
 .data          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-memcpy-stub.o)
 .bss           0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-memcpy-stub.o)
 .text          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-memmove.o)
 .data          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-memmove.o)
 .bss           0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-memmove.o)
 .text          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-mlock.o)
 .data          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-mlock.o)
 .bss           0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-mlock.o)
 .text          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-reallocr.o)
 .data          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-reallocr.o)
 .bss           0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-reallocr.o)
 .text          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-msizer.o)
 .data          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-msizer.o)
 .bss           0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-msizer.o)
 .text          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libnosys.a(gettod.o)
 .data          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libnosys.a(gettod.o)
 .bss           0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libnosys.a(gettod.o)
 .text          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/crtend.o
 .data          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/crtend.o
 .bss           0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/crtend.o
 .eh_frame      0x0000000000000000        0x4 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/crtend.o
 .ARM.attributes
                0x0000000000000000       0x2c /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/crtend.o
 .text          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/crtn.o
 .data          0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/crtn.o
 .bss           0x0000000000000000        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/crtn.o

Memory Configuration

Name             Origin             Length             Attributes
RAM              0x0000000020000000 0x0000000000002000 xrw
FLASH            0x0000000008000000 0x0000000000010000 xr
*default*        0x0000000000000000 0xffffffffffffffff

Linker script and memory map

LOAD /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/crti.o
LOAD /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/crtbegin.o
LOAD /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/crt0.o
LOAD Core/Src/button.o
LOAD Core/Src/gpio.o
LOAD Core/Src/lcd_1602.o
LOAD Core/Src/led.o
LOAD Core/Src/main.o
LOAD Core/Src/stm32l0xx_hal_msp.o
LOAD Core/Src/stm32l0xx_it.o
LOAD Core/Src/syscalls.o
LOAD Core/Src/system_stm32l0xx.o
LOAD Core/Src/usart.o
LOAD Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
LOAD Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
LOAD Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_dma.o
LOAD Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_exti.o
LOAD Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash.o
LOAD Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ex.o
LOAD Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_flash_ramfunc.o
LOAD Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
LOAD Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
LOAD Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
LOAD Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr.o
LOAD Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_pwr_ex.o
LOAD Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
LOAD Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
LOAD Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
LOAD Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
LOAD Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
LOAD Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
LOAD startup/startup_stm32l053xx.o
LOAD /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libm.a
START GROUP
LOAD /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a
LOAD /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a
END GROUP
START GROUP
LOAD /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a
LOAD /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a
LOAD /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libnosys.a
END GROUP
START GROUP
LOAD /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a
LOAD /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a
LOAD /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libnosys.a
END GROUP
LOAD /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/crtend.o
LOAD /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/crtn.o
                0x0000000020002000                _estack = 0x20002000
                0x0000000000000200                _Min_Heap_Size = 0x200
                0x0000000000000400                _Min_Stack_Size = 0x400

.isr_vector     0x0000000008000000       0xc0
                0x0000000008000000                . = ALIGN (0x4)
 *(.isr_vector)
 .isr_vector    0x0000000008000000       0xc0 startup/startup_stm32l053xx.o
                0x0000000008000000                g_pfnVectors
                0x00000000080000c0                . = ALIGN (0x4)

.text           0x00000000080000c0     0x2ae4
                0x00000000080000c0                . = ALIGN (0x4)
 *(.text)
 .text          0x00000000080000c0       0x48 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/crtbegin.o
 .text          0x0000000008000108      0x114 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a(_udivsi3.o)
                0x0000000008000108                __udivsi3
                0x0000000008000108                __aeabi_uidiv
                0x0000000008000214                __aeabi_uidivmod
 .text          0x000000000800021c      0x1d4 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a(_divsi3.o)
                0x000000000800021c                __aeabi_idiv
                0x000000000800021c                __divsi3
                0x00000000080003e8                __aeabi_idivmod
 .text          0x00000000080003f0        0x4 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a(_dvmd_tls.o)
                0x00000000080003f0                __aeabi_ldiv0
                0x00000000080003f0                __aeabi_idiv0
 .text          0x00000000080003f4       0x40 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a(_aeabi_uldivmod.o)
                0x00000000080003f4                __aeabi_uldivmod
 .text          0x0000000008000434       0x54 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a(_muldi3.o)
                0x0000000008000434                __aeabi_lmul
                0x0000000008000434                __muldi3
 .text          0x0000000008000488      0x184 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a(_udivmoddi4.o)
                0x0000000008000488                __udivmoddi4
 .text          0x000000000800060c       0x18 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a(_clzdi2.o)
                0x000000000800060c                __clzdi2
 .text          0x0000000008000624       0x3c /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a(_clzsi2.o)
                0x0000000008000624                __clzsi2
 .text          0x0000000008000660       0x14 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-strcmp.o)
                0x0000000008000660                strcmp
 *(.text*)
 .text.Button_init
                0x0000000008000674       0x4c Core/Src/button.o
                0x0000000008000674                Button_init
 .text.Button_State
                0x00000000080006c0       0x16 Core/Src/button.o
                0x00000000080006c0                Button_State
 *fill*         0x00000000080006d6        0x2 
 .text.MX_GPIO_Init
                0x00000000080006d8       0xfc Core/Src/gpio.o
                0x00000000080006d8                MX_GPIO_Init
 .text.lcd_send_4bit
                0x00000000080007d4       0x74 Core/Src/lcd_1602.o
 .text.lcd_send
                0x0000000008000848       0x68 Core/Src/lcd_1602.o
 .text.lcd_data
                0x00000000080008b0        0xc Core/Src/lcd_1602.o
                0x00000000080008b0                lcd_data
 .text.lcd_init
                0x00000000080008bc       0x58 Core/Src/lcd_1602.o
                0x00000000080008bc                lcd_init
 .text.lcd_clr  0x0000000008000914       0x12 Core/Src/lcd_1602.o
                0x0000000008000914                lcd_clr
 .text.lcd_gotoxy
                0x0000000008000926       0x1a Core/Src/lcd_1602.o
                0x0000000008000926                lcd_gotoxy
 .text.lcd_puts
                0x0000000008000940       0x14 Core/Src/lcd_1602.o
                0x0000000008000940                lcd_puts
 .text.Led_init
                0x0000000008000954       0x44 Core/Src/led.o
                0x0000000008000954                Led_init
 .text.Led_turnOn
                0x0000000008000998       0x10 Core/Src/led.o
                0x0000000008000998                Led_turnOn
 .text.Led_turnOff
                0x00000000080009a8       0x10 Core/Src/led.o
                0x00000000080009a8                Led_turnOff
 .text.fonction_led
                0x00000000080009b8       0xbc Core/Src/main.o
                0x00000000080009b8                fonction_led
 .text.affiche_lcd
                0x0000000008000a74       0x20 Core/Src/main.o
                0x0000000008000a74                affiche_lcd
 .text.choix_aleatoire
                0x0000000008000a94       0x30 Core/Src/main.o
                0x0000000008000a94                choix_aleatoire
 .text.SystemClock_Config
                0x0000000008000ac4       0x74 Core/Src/main.o
                0x0000000008000ac4                SystemClock_Config
 .text.main     0x0000000008000b38      0x30c Core/Src/main.o
                0x0000000008000b38                main
 .text.Error_Handler
                0x0000000008000e44        0x2 Core/Src/main.o
                0x0000000008000e44                Error_Handler
 *fill*         0x0000000008000e46        0x2 
 .text.HAL_MspInit
                0x0000000008000e48       0x1c Core/Src/stm32l0xx_hal_msp.o
                0x0000000008000e48                HAL_MspInit
 .text.NMI_Handler
                0x0000000008000e64        0x2 Core/Src/stm32l0xx_it.o
                0x0000000008000e64                NMI_Handler
 .text.HardFault_Handler
                0x0000000008000e66        0x2 Core/Src/stm32l0xx_it.o
                0x0000000008000e66                HardFault_Handler
 .text.SVC_Handler
                0x0000000008000e68        0x2 Core/Src/stm32l0xx_it.o
                0x0000000008000e68                SVC_Handler
 .text.PendSV_Handler
                0x0000000008000e6a        0x2 Core/Src/stm32l0xx_it.o
                0x0000000008000e6a                PendSV_Handler
 .text.SysTick_Handler
                0x0000000008000e6c        0x8 Core/Src/stm32l0xx_it.o
                0x0000000008000e6c                SysTick_Handler
 .text._sbrk    0x0000000008000e74       0x3c Core/Src/syscalls.o
                0x0000000008000e74                _sbrk
 .text.SystemInit
                0x0000000008000eb0        0x2 Core/Src/system_stm32l0xx.o
                0x0000000008000eb0                SystemInit
 *fill*         0x0000000008000eb2        0x2 
 .text.MX_USART2_UART_Init
                0x0000000008000eb4       0x3c Core/Src/usart.o
                0x0000000008000eb4                MX_USART2_UART_Init
 .text.HAL_UART_MspInit
                0x0000000008000ef0       0x5c Core/Src/usart.o
                0x0000000008000ef0                HAL_UART_MspInit
 .text.HAL_InitTick
                0x0000000008000f4c       0x4c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
                0x0000000008000f4c                HAL_InitTick
 .text.HAL_Init
                0x0000000008000f98       0x28 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
                0x0000000008000f98                HAL_Init
 .text.HAL_IncTick
                0x0000000008000fc0       0x18 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
                0x0000000008000fc0                HAL_IncTick
 .text.HAL_GetTick
                0x0000000008000fd8        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
                0x0000000008000fd8                HAL_GetTick
 .text.HAL_Delay
                0x0000000008000fe4       0x24 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
                0x0000000008000fe4                HAL_Delay
 .text.HAL_NVIC_SetPriority
                0x0000000008001008       0x64 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
                0x0000000008001008                HAL_NVIC_SetPriority
 .text.HAL_SYSTICK_Config
                0x000000000800106c       0x38 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
                0x000000000800106c                HAL_SYSTICK_Config
 .text.HAL_GPIO_Init
                0x00000000080010a4      0x18c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
                0x00000000080010a4                HAL_GPIO_Init
 .text.HAL_GPIO_WritePin
                0x0000000008001230        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
                0x0000000008001230                HAL_GPIO_WritePin
 .text.HAL_RCC_GetSysClockFreq
                0x000000000800123c       0xb0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
                0x000000000800123c                HAL_RCC_GetSysClockFreq
 .text.HAL_RCC_OscConfig
                0x00000000080012ec      0x588 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
                0x00000000080012ec                HAL_RCC_OscConfig
 .text.HAL_RCC_ClockConfig
                0x0000000008001874      0x1d8 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
                0x0000000008001874                HAL_RCC_ClockConfig
 .text.HAL_RCC_GetHCLKFreq
                0x0000000008001a4c        0xc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
                0x0000000008001a4c                HAL_RCC_GetHCLKFreq
 .text.HAL_RCC_GetPCLK1Freq
                0x0000000008001a58       0x20 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
                0x0000000008001a58                HAL_RCC_GetPCLK1Freq
 .text.HAL_RCC_GetPCLK2Freq
                0x0000000008001a78       0x20 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
                0x0000000008001a78                HAL_RCC_GetPCLK2Freq
 .text.HAL_RCCEx_PeriphCLKConfig
                0x0000000008001a98      0x1fc Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
                0x0000000008001a98                HAL_RCCEx_PeriphCLKConfig
 .text.UART_SetConfig
                0x0000000008001c94      0x2a8 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
                0x0000000008001c94                UART_SetConfig
 .text.UART_AdvFeatureConfig
                0x0000000008001f3c       0xe0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
                0x0000000008001f3c                UART_AdvFeatureConfig
 .text.UART_WaitOnFlagUntilTimeout
                0x000000000800201c       0xa4 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
                0x000000000800201c                UART_WaitOnFlagUntilTimeout
 .text.UART_CheckIdleState
                0x00000000080020c0       0x70 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
                0x00000000080020c0                UART_CheckIdleState
 .text.HAL_UART_Init
                0x0000000008002130       0x6c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
                0x0000000008002130                HAL_UART_Init
 .text.Reset_Handler
                0x000000000800219c       0x50 startup/startup_stm32l053xx.o
                0x000000000800219c                Reset_Handler
 .text.Default_Handler
                0x00000000080021ec        0x2 startup/startup_stm32l053xx.o
                0x00000000080021ec                TSC_IRQHandler
                0x00000000080021ec                ADC1_COMP_IRQHandler
                0x00000000080021ec                PVD_IRQHandler
                0x00000000080021ec                I2C1_IRQHandler
                0x00000000080021ec                RCC_CRS_IRQHandler
                0x00000000080021ec                SPI1_IRQHandler
                0x00000000080021ec                TIM6_DAC_IRQHandler
                0x00000000080021ec                EXTI2_3_IRQHandler
                0x00000000080021ec                I2C2_IRQHandler
                0x00000000080021ec                RTC_IRQHandler
                0x00000000080021ec                LCD_IRQHandler
                0x00000000080021ec                DMA1_Channel4_5_6_7_IRQHandler
                0x00000000080021ec                EXTI4_15_IRQHandler
                0x00000000080021ec                DMA1_Channel1_IRQHandler
                0x00000000080021ec                Default_Handler
                0x00000000080021ec                TIM22_IRQHandler
                0x00000000080021ec                EXTI0_1_IRQHandler
                0x00000000080021ec                USB_IRQHandler
                0x00000000080021ec                SPI2_IRQHandler
                0x00000000080021ec                TIM21_IRQHandler
                0x00000000080021ec                WWDG_IRQHandler
                0x00000000080021ec                TIM2_IRQHandler
                0x00000000080021ec                DMA1_Channel2_3_IRQHandler
                0x00000000080021ec                USART2_IRQHandler
                0x00000000080021ec                FLASH_IRQHandler
                0x00000000080021ec                USART1_IRQHandler
                0x00000000080021ec                RNG_LPUART1_IRQHandler
                0x00000000080021ec                LPTIM1_IRQHandler
 *fill*         0x00000000080021ee        0x2 
 .text.__errno  0x00000000080021f0        0xc /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-errno.o)
                0x00000000080021f0                __errno
 .text.__libc_init_array
                0x00000000080021fc       0x48 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-init.o)
                0x00000000080021fc                __libc_init_array
 .text.memset   0x0000000008002244       0x10 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-memset.o)
                0x0000000008002244                memset
 .text.srand    0x0000000008002254       0x48 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-rand.o)
                0x0000000008002254                srand
 .text.rand     0x000000000800229c       0x64 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-rand.o)
                0x000000000800229c                rand
 .text.sprintf  0x0000000008002300       0x40 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-sprintf.o)
                0x0000000008002300                sprintf
                0x0000000008002300                siprintf
 .text.time     0x0000000008002340       0x34 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-time.o)
                0x0000000008002340                time
 .text._gettimeofday_r
                0x0000000008002374       0x24 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-gettimeofdayr.o)
                0x0000000008002374                _gettimeofday_r
 .text.malloc   0x0000000008002398       0x14 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-malloc.o)
                0x0000000008002398                malloc
 .text._free_r  0x00000000080023ac       0x94 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-freer.o)
                0x00000000080023ac                _free_r
 .text._malloc_r
                0x0000000008002440       0xbc /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-mallocr.o)
                0x0000000008002440                _malloc_r
 .text.__ssputs_r
                0x00000000080024fc       0xc4 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-svfprintf.o)
                0x00000000080024fc                __ssputs_r
 .text._svfprintf_r
                0x00000000080025c0      0x1fc /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-svfprintf.o)
                0x00000000080025c0                _svfprintf_r
                0x00000000080025c0                _svfiprintf_r
 .text._printf_common
                0x00000000080027bc       0xda /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-vfprintf_i.o)
                0x00000000080027bc                _printf_common
 *fill*         0x0000000008002896        0x2 
 .text._printf_i
                0x0000000008002898      0x210 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-vfprintf_i.o)
                0x0000000008002898                _printf_i
 .text._sbrk_r  0x0000000008002aa8       0x24 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-sbrkr.o)
                0x0000000008002aa8                _sbrk_r
 .text.memchr   0x0000000008002acc       0x16 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-memchr-stub.o)
                0x0000000008002acc                memchr
 .text.memcpy   0x0000000008002ae2       0x12 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-memcpy-stub.o)
                0x0000000008002ae2                memcpy
 .text.memmove  0x0000000008002af4       0x26 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-memmove.o)
                0x0000000008002af4                memmove
 .text.__malloc_lock
                0x0000000008002b1a        0x2 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-mlock.o)
                0x0000000008002b1a                __malloc_lock
 .text.__malloc_unlock
                0x0000000008002b1c        0x2 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-mlock.o)
                0x0000000008002b1c                __malloc_unlock
 .text._realloc_r
                0x0000000008002b1e       0x4c /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-reallocr.o)
                0x0000000008002b1e                _realloc_r
 .text._malloc_usable_size_r
                0x0000000008002b6a       0x10 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-msizer.o)
                0x0000000008002b6a                _malloc_usable_size_r
 *fill*         0x0000000008002b7a        0x2 
 .text._gettimeofday
                0x0000000008002b7c       0x10 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libnosys.a(gettod.o)
                0x0000000008002b7c                _gettimeofday
 *(.glue_7)
 .glue_7        0x0000000008002b8c        0x0 linker stubs
 *(.glue_7t)
 .glue_7t       0x0000000008002b8c        0x0 linker stubs
 *(.eh_frame)
 .eh_frame      0x0000000008002b8c        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/crtbegin.o
 *(.init)
 .init          0x0000000008002b8c        0x4 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/crti.o
                0x0000000008002b8c                _init
 .init          0x0000000008002b90        0x8 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/crtn.o
 *(.fini)
 .fini          0x0000000008002b98        0x4 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/crti.o
                0x0000000008002b98                _fini
 .fini          0x0000000008002b9c        0x8 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/crtn.o
                0x0000000008002ba4                . = ALIGN (0x4)
                0x0000000008002ba4                _etext = .

.vfp11_veneer   0x0000000008002ba4        0x0
 .vfp11_veneer  0x0000000008002ba4        0x0 linker stubs

.v4_bx          0x0000000008002ba4        0x0
 .v4_bx         0x0000000008002ba4        0x0 linker stubs

.iplt           0x0000000008002ba4        0x0
 .iplt          0x0000000008002ba4        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/crtbegin.o

.rodata         0x0000000008002ba4      0x110
                0x0000000008002ba4                . = ALIGN (0x4)
 *(.rodata)
 .rodata        0x0000000008002ba4        0xc Core/Src/main.o
 .rodata        0x0000000008002bb0       0x24 Core/Src/system_stm32l0xx.o
                0x0000000008002bb0                PLLMulTable
                0x0000000008002bbc                AHBPrescTable
                0x0000000008002bcc                APBPrescTable
 .rodata        0x0000000008002bd4       0x48 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 *(.rodata*)
 .rodata.str1.4
                0x0000000008002c1c       0x64 Core/Src/main.o
 .rodata._svfprintf_r.str1.1
                0x0000000008002c80       0x11 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-svfprintf.o)
 .rodata._printf_i.str1.1
                0x0000000008002c91       0x22 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-vfprintf_i.o)
                0x0000000008002cb4                . = ALIGN (0x4)
 *fill*         0x0000000008002cb3        0x1 

.ARM.extab
 *(.ARM.extab* .gnu.linkonce.armextab.*)

.ARM            0x0000000008002cb4        0x8
                0x0000000008002cb4                __exidx_start = .
 *(.ARM.exidx*)
 .ARM.exidx     0x0000000008002cb4        0x8 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a(_udivmoddi4.o)
                0x0000000008002cbc                __exidx_end = .

.rel.dyn        0x0000000008002cbc        0x0
 .rel.iplt      0x0000000008002cbc        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/crtbegin.o

.preinit_array  0x0000000008002cbc        0x0
                0x0000000008002cbc                PROVIDE (__preinit_array_start = .)
 *(.preinit_array*)
                0x0000000008002cbc                PROVIDE (__preinit_array_end = .)

.init_array     0x0000000008002cbc        0x4
                0x0000000008002cbc                PROVIDE (__init_array_start = .)
 *(SORT_BY_NAME(.init_array.*))
 *(.init_array*)
 .init_array    0x0000000008002cbc        0x4 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/crtbegin.o
                0x0000000008002cc0                PROVIDE (__init_array_end = .)

.fini_array     0x0000000008002cc0        0x4
                [!provide]                        PROVIDE (__fini_array_start = .)
 *(SORT_BY_NAME(.fini_array.*))
 *(.fini_array*)
 .fini_array    0x0000000008002cc0        0x4 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/crtbegin.o
                [!provide]                        PROVIDE (__fini_array_end = .)
                0x0000000008002cc4                _sidata = LOADADDR (.data)

.data           0x0000000020000000       0x70 load address 0x0000000008002cc4
                0x0000000020000000                . = ALIGN (0x4)
                0x0000000020000000                _sdata = .
 *(.data)
 .data          0x0000000020000000        0x4 Core/Src/system_stm32l0xx.o
                0x0000000020000000                SystemCoreClock
 .data          0x0000000020000004        0x8 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
                0x0000000020000004                uwTickFreq
                0x0000000020000008                uwTickPrio
 *(.data*)
 .data._impure_ptr
                0x000000002000000c        0x4 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-impure.o)
                0x000000002000000c                _impure_ptr
 .data.impure_data
                0x0000000020000010       0x60 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-impure.o)
                0x0000000020000070                . = ALIGN (0x4)
                0x0000000020000070                _edata = .

.igot.plt       0x0000000020000070        0x0 load address 0x0000000008002d34
 .igot.plt      0x0000000020000070        0x0 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/crtbegin.o
                0x0000000020000070                . = ALIGN (0x4)

.bss            0x0000000020000070      0x100 load address 0x0000000008002d34
                0x0000000020000070                _sbss = .
                0x0000000020000070                __bss_start__ = _sbss
 *(.bss)
 .bss           0x0000000020000070       0x1c /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/crtbegin.o
 .bss           0x000000002000008c        0x8 Core/Src/syscalls.o
                0x0000000020000090                __env
 *(.bss*)
 .bss.__malloc_free_list
                0x0000000020000094        0x4 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-mallocr.o)
                0x0000000020000094                __malloc_free_list
 .bss.__malloc_sbrk_start
                0x0000000020000098        0x4 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-mallocr.o)
                0x0000000020000098                __malloc_sbrk_start
 *(COMMON)
 COMMON         0x000000002000009c       0x48 Core/Src/main.o
                0x000000002000009c                button_system
                0x00000000200000a4                button_jaune
                0x00000000200000ac                led_system
                0x00000000200000b4                led_rouge
                0x00000000200000bc                led_verte
                0x00000000200000c4                button_deux_joueur
                0x00000000200000cc                button_rouge
                0x00000000200000d4                button_vert
                0x00000000200000dc                led_jaune
 COMMON         0x00000000200000e4       0x84 Core/Src/usart.o
                0x00000000200000e4                huart2
 COMMON         0x0000000020000168        0x4 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
                0x0000000020000168                uwTick
 COMMON         0x000000002000016c        0x4 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-reent.o)
                0x000000002000016c                errno
                0x0000000020000170                . = ALIGN (0x4)
                0x0000000020000170                _ebss = .
                0x0000000020000170                __bss_end__ = _ebss

._user_heap_stack
                0x0000000020000170      0x600 load address 0x0000000008002d34
                0x0000000020000170                . = ALIGN (0x8)
                0x0000000020000170                PROVIDE (end = .)
                [!provide]                        PROVIDE (_end = .)
                0x0000000020000370                . = (. + _Min_Heap_Size)
 *fill*         0x0000000020000170      0x200 
                0x0000000020000770                . = (. + _Min_Stack_Size)
 *fill*         0x0000000020000370      0x400 
                0x0000000020000770                . = ALIGN (0x8)

/DISCARD/
 libc.a(*)
 libm.a(*)
 libgcc.a(*)

.ARM.attributes
                0x0000000000000000       0x28
 *(.ARM.attributes)
 .ARM.attributes
                0x0000000000000000       0x1e /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/crti.o
 .ARM.attributes
                0x000000000000001e       0x2c /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/crtbegin.o
 .ARM.attributes
                0x000000000000004a       0x32 Core/Src/button.o
 .ARM.attributes
                0x000000000000007c       0x32 Core/Src/gpio.o
 .ARM.attributes
                0x00000000000000ae       0x32 Core/Src/lcd_1602.o
 .ARM.attributes
                0x00000000000000e0       0x32 Core/Src/led.o
 .ARM.attributes
                0x0000000000000112       0x32 Core/Src/main.o
 .ARM.attributes
                0x0000000000000144       0x32 Core/Src/stm32l0xx_hal_msp.o
 .ARM.attributes
                0x0000000000000176       0x32 Core/Src/stm32l0xx_it.o
 .ARM.attributes
                0x00000000000001a8       0x32 Core/Src/syscalls.o
 .ARM.attributes
                0x00000000000001da       0x32 Core/Src/system_stm32l0xx.o
 .ARM.attributes
                0x000000000000020c       0x32 Core/Src/usart.o
 .ARM.attributes
                0x000000000000023e       0x32 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .ARM.attributes
                0x0000000000000270       0x32 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .ARM.attributes
                0x00000000000002a2       0x32 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .ARM.attributes
                0x00000000000002d4       0x32 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .ARM.attributes
                0x0000000000000306       0x32 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .ARM.attributes
                0x0000000000000338       0x32 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .ARM.attributes
                0x000000000000036a       0x22 startup/startup_stm32l053xx.o
 .ARM.attributes
                0x000000000000038c       0x1e /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a(_udivsi3.o)
 .ARM.attributes
                0x00000000000003aa       0x1e /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a(_divsi3.o)
 .ARM.attributes
                0x00000000000003c8       0x1e /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a(_dvmd_tls.o)
 .ARM.attributes
                0x00000000000003e6       0x1e /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a(_aeabi_uldivmod.o)
 .ARM.attributes
                0x0000000000000404       0x2c /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a(_muldi3.o)
 .ARM.attributes
                0x0000000000000430       0x2c /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a(_udivmoddi4.o)
 .ARM.attributes
                0x000000000000045c       0x1e /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a(_clzdi2.o)
 .ARM.attributes
                0x000000000000047a       0x1e /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a(_clzsi2.o)
 .ARM.attributes
                0x0000000000000498       0x2c /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-errno.o)
 .ARM.attributes
                0x00000000000004c4       0x2c /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-impure.o)
 .ARM.attributes
                0x00000000000004f0       0x2c /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-init.o)
 .ARM.attributes
                0x000000000000051c       0x2c /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-memset.o)
 .ARM.attributes
                0x0000000000000548       0x2c /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-rand.o)
 .ARM.attributes
                0x0000000000000574       0x2c /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-sprintf.o)
 .ARM.attributes
                0x00000000000005a0       0x1c /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-strcmp.o)
 .ARM.attributes
                0x00000000000005bc       0x2c /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-time.o)
 .ARM.attributes
                0x00000000000005e8       0x2c /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-gettimeofdayr.o)
 .ARM.attributes
                0x0000000000000614       0x2c /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-malloc.o)
 .ARM.attributes
                0x0000000000000640       0x2c /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-freer.o)
 .ARM.attributes
                0x000000000000066c       0x2c /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-mallocr.o)
 .ARM.attributes
                0x0000000000000698       0x2c /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-svfprintf.o)
 .ARM.attributes
                0x00000000000006c4       0x2c /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-vfprintf_i.o)
 .ARM.attributes
                0x00000000000006f0       0x2c /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-reent.o)
 .ARM.attributes
                0x000000000000071c       0x2c /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-sbrkr.o)
 .ARM.attributes
                0x0000000000000748       0x2c /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-memchr-stub.o)
 .ARM.attributes
                0x0000000000000774       0x2c /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-memcpy-stub.o)
 .ARM.attributes
                0x00000000000007a0       0x2c /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-memmove.o)
 .ARM.attributes
                0x00000000000007cc       0x2c /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-mlock.o)
 .ARM.attributes
                0x00000000000007f8       0x2c /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-reallocr.o)
 .ARM.attributes
                0x0000000000000824       0x2c /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-msizer.o)
 .ARM.attributes
                0x0000000000000850       0x2c /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libnosys.a(gettod.o)
 .ARM.attributes
                0x000000000000087c       0x1e /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/crtn.o
OUTPUT(simonnnnn.elf elf32-littlearm)

.debug_info     0x0000000000000000     0xa475
 .debug_info    0x0000000000000000      0x3ac Core/Src/button.o
 .debug_info    0x00000000000003ac      0x57d Core/Src/gpio.o
 .debug_info    0x0000000000000929      0x71d Core/Src/lcd_1602.o
 .debug_info    0x0000000000001046      0x440 Core/Src/led.o
 .debug_info    0x0000000000001486     0x20f8 Core/Src/main.o
 .debug_info    0x000000000000357e      0x2a4 Core/Src/stm32l0xx_hal_msp.o
 .debug_info    0x0000000000003822      0x1dc Core/Src/stm32l0xx_it.o
 .debug_info    0x00000000000039fe      0xfd3 Core/Src/syscalls.o
 .debug_info    0x00000000000049d1      0x339 Core/Src/system_stm32l0xx.o
 .debug_info    0x0000000000004d0a      0xa19 Core/Src/usart.o
 .debug_info    0x0000000000005723      0x8fa Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .debug_info    0x000000000000601d      0x9cd Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .debug_info    0x00000000000069ea      0x727 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .debug_info    0x0000000000007111      0xc66 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .debug_info    0x0000000000007d77      0x94e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .debug_info    0x00000000000086c5     0x1d8e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .debug_info    0x000000000000a453       0x22 startup/startup_stm32l053xx.o

.debug_abbrev   0x0000000000000000     0x1df8
 .debug_abbrev  0x0000000000000000      0x138 Core/Src/button.o
 .debug_abbrev  0x0000000000000138      0x175 Core/Src/gpio.o
 .debug_abbrev  0x00000000000002ad      0x183 Core/Src/lcd_1602.o
 .debug_abbrev  0x0000000000000430      0x152 Core/Src/led.o
 .debug_abbrev  0x0000000000000582      0x359 Core/Src/main.o
 .debug_abbrev  0x00000000000008db       0xe6 Core/Src/stm32l0xx_hal_msp.o
 .debug_abbrev  0x00000000000009c1       0xe4 Core/Src/stm32l0xx_it.o
 .debug_abbrev  0x0000000000000aa5      0x2d4 Core/Src/syscalls.o
 .debug_abbrev  0x0000000000000d79      0x12b Core/Src/system_stm32l0xx.o
 .debug_abbrev  0x0000000000000ea4      0x1dc Core/Src/usart.o
 .debug_abbrev  0x0000000000001080      0x252 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .debug_abbrev  0x00000000000012d2      0x25e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .debug_abbrev  0x0000000000001530      0x1cf Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .debug_abbrev  0x00000000000016ff      0x288 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .debug_abbrev  0x0000000000001987      0x1f8 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .debug_abbrev  0x0000000000001b7f      0x267 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .debug_abbrev  0x0000000000001de6       0x12 startup/startup_stm32l053xx.o

.debug_loc      0x0000000000000000     0x42c3
 .debug_loc     0x0000000000000000      0x103 Core/Src/button.o
 .debug_loc     0x0000000000000103      0x150 Core/Src/lcd_1602.o
 .debug_loc     0x0000000000000253      0x14d Core/Src/led.o
 .debug_loc     0x00000000000003a0      0x4f7 Core/Src/main.o
 .debug_loc     0x0000000000000897      0x3c5 Core/Src/syscalls.o
 .debug_loc     0x0000000000000c5c      0x1a2 Core/Src/system_stm32l0xx.o
 .debug_loc     0x0000000000000dfe       0x71 Core/Src/usart.o
 .debug_loc     0x0000000000000e6f      0x188 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .debug_loc     0x0000000000000ff7      0x3d8 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .debug_loc     0x00000000000013cf      0x311 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .debug_loc     0x00000000000016e0      0x540 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .debug_loc     0x0000000000001c20      0x9cb Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .debug_loc     0x00000000000025eb     0x1cd8 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o

.debug_aranges  0x0000000000000000      0x810
 .debug_aranges
                0x0000000000000000       0x28 Core/Src/button.o
 .debug_aranges
                0x0000000000000028       0x20 Core/Src/gpio.o
 .debug_aranges
                0x0000000000000048       0x58 Core/Src/lcd_1602.o
 .debug_aranges
                0x00000000000000a0       0x48 Core/Src/led.o
 .debug_aranges
                0x00000000000000e8       0x48 Core/Src/main.o
 .debug_aranges
                0x0000000000000130       0x20 Core/Src/stm32l0xx_hal_msp.o
 .debug_aranges
                0x0000000000000150       0x40 Core/Src/stm32l0xx_it.o
 .debug_aranges
                0x0000000000000190       0xb0 Core/Src/syscalls.o
 .debug_aranges
                0x0000000000000240       0x28 Core/Src/system_stm32l0xx.o
 .debug_aranges
                0x0000000000000268       0x30 Core/Src/usart.o
 .debug_aranges
                0x0000000000000298      0x110 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .debug_aranges
                0x00000000000003a8       0x90 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .debug_aranges
                0x0000000000000438       0x58 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .debug_aranges
                0x0000000000000490       0x80 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .debug_aranges
                0x0000000000000510       0xb0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .debug_aranges
                0x00000000000005c0      0x228 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .debug_aranges
                0x00000000000007e8       0x28 startup/startup_stm32l053xx.o

.debug_ranges   0x0000000000000000      0x7e0
 .debug_ranges  0x0000000000000000       0x18 Core/Src/button.o
 .debug_ranges  0x0000000000000018       0x10 Core/Src/gpio.o
 .debug_ranges  0x0000000000000028       0x48 Core/Src/lcd_1602.o
 .debug_ranges  0x0000000000000070       0x38 Core/Src/led.o
 .debug_ranges  0x00000000000000a8       0x80 Core/Src/main.o
 .debug_ranges  0x0000000000000128       0x10 Core/Src/stm32l0xx_hal_msp.o
 .debug_ranges  0x0000000000000138       0x30 Core/Src/stm32l0xx_it.o
 .debug_ranges  0x0000000000000168       0xa0 Core/Src/syscalls.o
 .debug_ranges  0x0000000000000208       0x18 Core/Src/system_stm32l0xx.o
 .debug_ranges  0x0000000000000220       0x20 Core/Src/usart.o
 .debug_ranges  0x0000000000000240      0x100 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .debug_ranges  0x0000000000000340       0xe0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .debug_ranges  0x0000000000000420       0x48 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .debug_ranges  0x0000000000000468       0xa0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .debug_ranges  0x0000000000000508       0xa0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .debug_ranges  0x00000000000005a8      0x218 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .debug_ranges  0x00000000000007c0       0x20 startup/startup_stm32l053xx.o

.debug_macro    0x0000000000000000    0x14fe1
 .debug_macro   0x0000000000000000       0xbf Core/Src/button.o
 .debug_macro   0x00000000000000bf      0xa42 Core/Src/button.o
 .debug_macro   0x0000000000000b01       0x28 Core/Src/button.o
 .debug_macro   0x0000000000000b29       0x22 Core/Src/button.o
 .debug_macro   0x0000000000000b4b       0x8e Core/Src/button.o
 .debug_macro   0x0000000000000bd9       0x51 Core/Src/button.o
 .debug_macro   0x0000000000000c2a       0xef Core/Src/button.o
 .debug_macro   0x0000000000000d19       0x6a Core/Src/button.o
 .debug_macro   0x0000000000000d83      0x1df Core/Src/button.o
 .debug_macro   0x0000000000000f62       0x1c Core/Src/button.o
 .debug_macro   0x0000000000000f7e       0x22 Core/Src/button.o
 .debug_macro   0x0000000000000fa0       0xb5 Core/Src/button.o
 .debug_macro   0x0000000000001055      0x4da Core/Src/button.o
 .debug_macro   0x000000000000152f      0x11f Core/Src/button.o
 .debug_macro   0x000000000000164e     0x9d14 Core/Src/button.o
 .debug_macro   0x000000000000b362      0x1ce Core/Src/gpio.o
 .debug_macro   0x000000000000b530      0x11f Core/Src/gpio.o
 .debug_macro   0x000000000000b64f       0x2e Core/Src/gpio.o
 .debug_macro   0x000000000000b67d       0x3c Core/Src/gpio.o
 .debug_macro   0x000000000000b6b9     0x352b Core/Src/gpio.o
 .debug_macro   0x000000000000ebe4      0x174 Core/Src/gpio.o
 .debug_macro   0x000000000000ed58       0x5b Core/Src/gpio.o
 .debug_macro   0x000000000000edb3      0x8e4 Core/Src/gpio.o
 .debug_macro   0x000000000000f697      0x9d2 Core/Src/gpio.o
 .debug_macro   0x0000000000010069      0x190 Core/Src/gpio.o
 .debug_macro   0x00000000000101f9      0x13f Core/Src/gpio.o
 .debug_macro   0x0000000000010338      0x17d Core/Src/gpio.o
 .debug_macro   0x00000000000104b5      0x28e Core/Src/gpio.o
 .debug_macro   0x0000000000010743      0x1e9 Core/Src/gpio.o
 .debug_macro   0x000000000001092c      0x129 Core/Src/gpio.o
 .debug_macro   0x0000000000010a55      0x2b4 Core/Src/gpio.o
 .debug_macro   0x0000000000010d09      0x22c Core/Src/gpio.o
 .debug_macro   0x0000000000010f35       0x5b Core/Src/gpio.o
 .debug_macro   0x0000000000010f90       0xa5 Core/Src/gpio.o
 .debug_macro   0x0000000000011035      0x187 Core/Src/gpio.o
 .debug_macro   0x00000000000111bc       0x16 Core/Src/gpio.o
 .debug_macro   0x00000000000111d2      0x5ba Core/Src/gpio.o
 .debug_macro   0x000000000001178c       0x44 Core/Src/gpio.o
 .debug_macro   0x00000000000117d0      0x16c Core/Src/gpio.o
 .debug_macro   0x000000000001193c       0xa0 Core/Src/gpio.o
 .debug_macro   0x00000000000119dc      0x1d7 Core/Src/lcd_1602.o
 .debug_macro   0x0000000000011bb3       0x2e Core/Src/lcd_1602.o
 .debug_macro   0x0000000000011be1       0xbf Core/Src/led.o
 .debug_macro   0x0000000000011ca0      0x3f2 Core/Src/main.o
 .debug_macro   0x0000000000012092       0x34 Core/Src/main.o
 .debug_macro   0x00000000000120c6       0x18 Core/Src/main.o
 .debug_macro   0x00000000000120de       0x5e Core/Src/main.o
 .debug_macro   0x000000000001213c       0x35 Core/Src/main.o
 .debug_macro   0x0000000000012171       0x34 Core/Src/main.o
 .debug_macro   0x00000000000121a5       0x16 Core/Src/main.o
 .debug_macro   0x00000000000121bb       0x35 Core/Src/main.o
 .debug_macro   0x00000000000121f0       0x58 Core/Src/main.o
 .debug_macro   0x0000000000012248       0x1f Core/Src/main.o
 .debug_macro   0x0000000000012267       0x43 Core/Src/main.o
 .debug_macro   0x00000000000122aa       0x20 Core/Src/main.o
 .debug_macro   0x00000000000122ca      0x18e Core/Src/main.o
 .debug_macro   0x0000000000012458      0x32a Core/Src/main.o
 .debug_macro   0x0000000000012782       0x16 Core/Src/main.o
 .debug_macro   0x0000000000012798       0x29 Core/Src/main.o
 .debug_macro   0x00000000000127c1       0x1c Core/Src/main.o
 .debug_macro   0x00000000000127dd       0x10 Core/Src/main.o
 .debug_macro   0x00000000000127ed       0x10 Core/Src/main.o
 .debug_macro   0x00000000000127fd       0x1c Core/Src/main.o
 .debug_macro   0x0000000000012819       0x52 Core/Src/main.o
 .debug_macro   0x000000000001286b       0x40 Core/Src/main.o
 .debug_macro   0x00000000000128ab       0x10 Core/Src/main.o
 .debug_macro   0x00000000000128bb       0x40 Core/Src/main.o
 .debug_macro   0x00000000000128fb       0xd7 Core/Src/main.o
 .debug_macro   0x00000000000129d2       0x1c Core/Src/main.o
 .debug_macro   0x00000000000129ee       0x3d Core/Src/main.o
 .debug_macro   0x0000000000012a2b       0x16 Core/Src/main.o
 .debug_macro   0x0000000000012a41      0x16f Core/Src/main.o
 .debug_macro   0x0000000000012bb0       0x16 Core/Src/main.o
 .debug_macro   0x0000000000012bc6       0x10 Core/Src/main.o
 .debug_macro   0x0000000000012bd6       0x10 Core/Src/main.o
 .debug_macro   0x0000000000012be6       0x35 Core/Src/main.o
 .debug_macro   0x0000000000012c1b       0x16 Core/Src/main.o
 .debug_macro   0x0000000000012c31      0x51a Core/Src/main.o
 .debug_macro   0x000000000001314b       0x16 Core/Src/main.o
 .debug_macro   0x0000000000013161      0x1c4 Core/Src/stm32l0xx_hal_msp.o
 .debug_macro   0x0000000000013325      0x1ce Core/Src/stm32l0xx_it.o
 .debug_macro   0x00000000000134f3      0x243 Core/Src/syscalls.o
 .debug_macro   0x0000000000013736       0x58 Core/Src/syscalls.o
 .debug_macro   0x000000000001378e       0x94 Core/Src/syscalls.o
 .debug_macro   0x0000000000013822       0x57 Core/Src/syscalls.o
 .debug_macro   0x0000000000013879      0x330 Core/Src/syscalls.o
 .debug_macro   0x0000000000013ba9       0x10 Core/Src/syscalls.o
 .debug_macro   0x0000000000013bb9      0x122 Core/Src/syscalls.o
 .debug_macro   0x0000000000013cdb       0x10 Core/Src/syscalls.o
 .debug_macro   0x0000000000013ceb      0x241 Core/Src/syscalls.o
 .debug_macro   0x0000000000013f2c       0x10 Core/Src/syscalls.o
 .debug_macro   0x0000000000013f3c      0x189 Core/Src/syscalls.o
 .debug_macro   0x00000000000140c5       0x16 Core/Src/syscalls.o
 .debug_macro   0x00000000000140db       0x88 Core/Src/syscalls.o
 .debug_macro   0x0000000000014163      0x1b5 Core/Src/system_stm32l0xx.o
 .debug_macro   0x0000000000014318      0x1ce Core/Src/usart.o
 .debug_macro   0x00000000000144e6      0x1d9 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .debug_macro   0x00000000000146bf      0x1b5 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .debug_macro   0x0000000000014874      0x1ed Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .debug_macro   0x0000000000014a61      0x1eb Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .debug_macro   0x0000000000014c4c      0x1b5 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .debug_macro   0x0000000000014e01      0x1e0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o

.debug_line     0x0000000000000000     0x85e8
 .debug_line    0x0000000000000000      0x44f Core/Src/button.o
 .debug_line    0x000000000000044f      0x70e Core/Src/gpio.o
 .debug_line    0x0000000000000b5d      0x7be Core/Src/lcd_1602.o
 .debug_line    0x000000000000131b      0x489 Core/Src/led.o
 .debug_line    0x00000000000017a4      0x9f7 Core/Src/main.o
 .debug_line    0x000000000000219b      0x6e2 Core/Src/stm32l0xx_hal_msp.o
 .debug_line    0x000000000000287d      0x730 Core/Src/stm32l0xx_it.o
 .debug_line    0x0000000000002fad      0x603 Core/Src/syscalls.o
 .debug_line    0x00000000000035b0      0x705 Core/Src/system_stm32l0xx.o
 .debug_line    0x0000000000003cb5      0x730 Core/Src/usart.o
 .debug_line    0x00000000000043e5      0x92e Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .debug_line    0x0000000000004d13      0x8db Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .debug_line    0x00000000000055ee      0x838 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .debug_line    0x0000000000005e26      0x9fa Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .debug_line    0x0000000000006820      0xa10 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .debug_line    0x0000000000007230     0x1336 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .debug_line    0x0000000000008566       0x82 startup/startup_stm32l053xx.o

.debug_str      0x0000000000000000    0x79923
 .debug_str     0x0000000000000000    0x3ca5f Core/Src/button.o
                                      0x3cc47 (size before relaxing)
 .debug_str     0x000000000003ca5f    0x347e9 Core/Src/gpio.o
                                      0x714d6 (size before relaxing)
 .debug_str     0x0000000000071248      0x3bb Core/Src/lcd_1602.o
                                      0x71771 (size before relaxing)
 .debug_str     0x0000000000071603       0x73 Core/Src/led.o
                                      0x3cc6b (size before relaxing)
 .debug_str     0x0000000000071676     0x5803 Core/Src/main.o
                                      0x77117 (size before relaxing)
 .debug_str     0x0000000000076e79       0x2c Core/Src/stm32l0xx_hal_msp.o
                                      0x7140e (size before relaxing)
 .debug_str     0x0000000000076ea5       0x82 Core/Src/stm32l0xx_it.o
                                      0x713cc (size before relaxing)
 .debug_str     0x0000000000076f27     0x104e Core/Src/syscalls.o
                                       0x84f7 (size before relaxing)
 .debug_str     0x0000000000077f75       0x61 Core/Src/system_stm32l0xx.o
                                      0x71239 (size before relaxing)
 .debug_str     0x0000000000077fd6       0x61 Core/Src/usart.o
                                      0x71928 (size before relaxing)
 .debug_str     0x0000000000078037      0x555 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
                                      0x718dd (size before relaxing)
 .debug_str     0x000000000007858c      0x2c6 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
                                      0x716ca (size before relaxing)
 .debug_str     0x0000000000078852      0x1b9 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
                                      0x714de (size before relaxing)
 .debug_str     0x0000000000078a0b      0x2b7 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
                                      0x71783 (size before relaxing)
 .debug_str     0x0000000000078cc2      0x34b Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
                                      0x71755 (size before relaxing)
 .debug_str     0x000000000007900d      0x8e7 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
                                      0x71fd7 (size before relaxing)
 .debug_str     0x00000000000798f4       0x2f startup/startup_stm32l053xx.o
                                         0x5c (size before relaxing)

.comment        0x0000000000000000       0x7f
 .comment       0x0000000000000000       0x7f Core/Src/button.o
                                         0x80 (size before relaxing)
 .comment       0x000000000000007f       0x80 Core/Src/gpio.o
 .comment       0x000000000000007f       0x80 Core/Src/lcd_1602.o
 .comment       0x000000000000007f       0x80 Core/Src/led.o
 .comment       0x000000000000007f       0x80 Core/Src/main.o
 .comment       0x000000000000007f       0x80 Core/Src/stm32l0xx_hal_msp.o
 .comment       0x000000000000007f       0x80 Core/Src/stm32l0xx_it.o
 .comment       0x000000000000007f       0x80 Core/Src/syscalls.o
 .comment       0x000000000000007f       0x80 Core/Src/system_stm32l0xx.o
 .comment       0x000000000000007f       0x80 Core/Src/usart.o
 .comment       0x000000000000007f       0x80 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .comment       0x000000000000007f       0x80 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .comment       0x000000000000007f       0x80 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .comment       0x000000000000007f       0x80 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .comment       0x000000000000007f       0x80 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .comment       0x000000000000007f       0x80 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o

.debug_frame    0x0000000000000000     0x16d0
 .debug_frame   0x0000000000000000       0x3c Core/Src/button.o
 .debug_frame   0x000000000000003c       0x30 Core/Src/gpio.o
 .debug_frame   0x000000000000006c       0xd4 Core/Src/lcd_1602.o
 .debug_frame   0x0000000000000140       0x7c Core/Src/led.o
 .debug_frame   0x00000000000001bc       0xbc Core/Src/main.o
 .debug_frame   0x0000000000000278       0x20 Core/Src/stm32l0xx_hal_msp.o
 .debug_frame   0x0000000000000298       0x68 Core/Src/stm32l0xx_it.o
 .debug_frame   0x0000000000000300      0x19c Core/Src/syscalls.o
 .debug_frame   0x000000000000049c       0x38 Core/Src/system_stm32l0xx.o
 .debug_frame   0x00000000000004d4       0x5c Core/Src/usart.o
 .debug_frame   0x0000000000000530      0x22c Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
 .debug_frame   0x000000000000075c      0x114 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
 .debug_frame   0x0000000000000870       0xc4 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
 .debug_frame   0x0000000000000934      0x144 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
 .debug_frame   0x0000000000000a78      0x170 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
 .debug_frame   0x0000000000000be8      0x5e0 Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
 .debug_frame   0x00000000000011c8       0x20 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a(_udivsi3.o)
 .debug_frame   0x00000000000011e8       0x20 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a(_divsi3.o)
 .debug_frame   0x0000000000001208       0x34 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a(_muldi3.o)
 .debug_frame   0x000000000000123c       0x3c /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a(_udivmoddi4.o)
 .debug_frame   0x0000000000001278       0x20 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-errno.o)
 .debug_frame   0x0000000000001298       0x2c /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-init.o)
 .debug_frame   0x00000000000012c4       0x20 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-memset.o)
 .debug_frame   0x00000000000012e4       0x44 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-rand.o)
 .debug_frame   0x0000000000001328       0x48 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-sprintf.o)
 .debug_frame   0x0000000000001370       0x20 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-strcmp.o)
 .debug_frame   0x0000000000001390       0x30 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-time.o)
 .debug_frame   0x00000000000013c0       0x2c /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-gettimeofdayr.o)
 .debug_frame   0x00000000000013ec       0x40 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-malloc.o)
 .debug_frame   0x000000000000142c       0x2c /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-freer.o)
 .debug_frame   0x0000000000001458       0x2c /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-mallocr.o)
 .debug_frame   0x0000000000001484       0x74 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-svfprintf.o)
 .debug_frame   0x00000000000014f8       0x54 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-vfprintf_i.o)
 .debug_frame   0x000000000000154c       0x48 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-reent.o)
 .debug_frame   0x0000000000001594       0x2c /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-sbrkr.o)
 .debug_frame   0x00000000000015c0       0x20 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-memchr-stub.o)
 .debug_frame   0x00000000000015e0       0x28 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-memcpy-stub.o)
 .debug_frame   0x0000000000001608       0x28 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-memmove.o)
 .debug_frame   0x0000000000001630       0x30 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-mlock.o)
 .debug_frame   0x0000000000001660       0x30 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-reallocr.o)
 .debug_frame   0x0000000000001690       0x20 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libc_nano.a(lib_a-nano-msizer.o)
 .debug_frame   0x00000000000016b0       0x20 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libnosys.a(gettod.o)

.stab           0x0000000000000000       0x24
 .stab          0x0000000000000000       0x24 /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libnosys.a(gettod.o)

.stabstr        0x0000000000000000       0x4e
 .stabstr       0x0000000000000000       0x4e /home/mas/stm/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/compiler/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libnosys.a(gettod.o)