From 00fc23c0b2c7b7dfd6df3e9fb9e385ec949cd8cc Mon Sep 17 00:00:00 2001
From: WXK <287788329@qq.com>
Date: 星期五, 08 九月 2023 11:31:10 +0800
Subject: [PATCH] lora发30次,先提交一下,方便测试

---
 MDK-ARM/startup_stm32l071xx.lst |   89 ++++++++++++++------------------------------
 1 files changed, 29 insertions(+), 60 deletions(-)

diff --git a/MDK-ARM/startup_stm32l071xx.lst b/MDK-ARM/startup_stm32l071xx.lst
index 6e8eeea..122cdf7 100644
--- a/MDK-ARM/startup_stm32l071xx.lst
+++ b/MDK-ARM/startup_stm32l071xx.lst
@@ -182,9 +182,9 @@
 WEAK]
   119 00000000                 IMPORT           __main
   120 00000000                 IMPORT           SystemInit
-  121 00000000 4807            LDR              R0, =SystemInit
+  121 00000000 4804            LDR              R0, =SystemInit
   122 00000002 4780            BLX              R0
-  123 00000004 4807            LDR              R0, =__main
+  123 00000004 4804            LDR              R0, =__main
   124 00000006 4700            BX               R0
   125 00000008                 ENDP
   126 00000008         
@@ -341,36 +341,24 @@
   219 00000014         ;*******************************************************
                        ************************
   220 00000014                 IF               :DEF:__MICROLIB
-  227 00000014         
-  228 00000014                 IMPORT           __use_two_region_memory
-  229 00000014                 EXPORT           __user_initial_stackheap
-  230 00000014         
-  231 00000014         __user_initial_stackheap
-  232 00000014         
-  233 00000014 4804            LDR              R0, =  Heap_Mem
-  234 00000016 4905            LDR              R1, =(Stack_Mem + Stack_Size)
-  235 00000018 4A05            LDR              R2, = (Heap_Mem +  Heap_Size)
-  236 0000001A 4B06            LDR              R3, = Stack_Mem
-  237 0000001C 4770            BX               LR
-  238 0000001E         
-  239 0000001E 00 00           ALIGN
-  240 00000020         
-  241 00000020                 ENDIF
-  242 00000020         
-  243 00000020                 END
+  221 00000014         
+  222 00000014                 EXPORT           __initial_sp
+  223 00000014                 EXPORT           __heap_base
+  224 00000014                 EXPORT           __heap_limit
+  225 00000014         
+  226 00000014                 ELSE
+  241                          ENDIF
+  242 00000014         
+  243 00000014                 END
               00000000 
-              00000000 
-              00000000 
-              00000400 
-              00000200 
               00000000 
 Command Line: --debug --xref --diag_suppress=9931 --cpu=Cortex-M0+ --apcs=inter
 work --depend=l071\startup_stm32l071xx.d -ol071\startup_stm32l071xx.o -I.\RTE\_
 L071 -IC:\Keil_v5\ARM\PACK\ARM\CMSIS\5.7.0\CMSIS\Core\Include -IC:\Keil_v5\ARM\
 PACK\Keil\STM32L0xx_DFP\2.2.0\Drivers\CMSIS\Device\ST\STM32L0xx\Include --prede
-fine="__UVISION_VERSION SETA 530" --predefine="_RTE_ SETA 1" --predefine="STM32
-L071xx SETA 1" --predefine="_RTE_ SETA 1" --list=startup_stm32l071xx.lst startu
-p_stm32l071xx.s
+fine="__MICROLIB SETA 1" --predefine="__UVISION_VERSION SETA 530" --predefine="
+_RTE_ SETA 1" --predefine="STM32L071xx SETA 1" --predefine="_RTE_ SETA 1" --lis
+t=startup_stm32l071xx.lst startup_stm32l071xx.s
 
 
 
@@ -391,9 +379,8 @@
    Definitions
       At line 34 in file startup_stm32l071xx.s
    Uses
-      At line 234 in file startup_stm32l071xx.s
-      At line 236 in file startup_stm32l071xx.s
-
+      None
+Comment: Stack_Mem unused
 __initial_sp 00000400
 
 Symbol: __initial_sp
@@ -401,7 +388,8 @@
       At line 35 in file startup_stm32l071xx.s
    Uses
       At line 59 in file startup_stm32l071xx.s
-Comment: __initial_sp used once
+      At line 222 in file startup_stm32l071xx.s
+
 3 symbols
 
 
@@ -423,25 +411,24 @@
    Definitions
       At line 46 in file startup_stm32l071xx.s
    Uses
-      At line 233 in file startup_stm32l071xx.s
-      At line 235 in file startup_stm32l071xx.s
-
+      None
+Comment: Heap_Mem unused
 __heap_base 00000000
 
 Symbol: __heap_base
    Definitions
       At line 45 in file startup_stm32l071xx.s
    Uses
-      None
-Comment: __heap_base unused
+      At line 223 in file startup_stm32l071xx.s
+Comment: __heap_base used once
 __heap_limit 00000200
 
 Symbol: __heap_limit
    Definitions
       At line 47 in file startup_stm32l071xx.s
    Uses
-      None
-Comment: __heap_limit unused
+      At line 224 in file startup_stm32l071xx.s
+Comment: __heap_limit used once
 4 symbols
 
 
@@ -834,15 +821,7 @@
       At line 77 in file startup_stm32l071xx.s
       At line 153 in file startup_stm32l071xx.s
 
-__user_initial_stackheap 00000014
-
-Symbol: __user_initial_stackheap
-   Definitions
-      At line 231 in file startup_stm32l071xx.s
-   Uses
-      At line 229 in file startup_stm32l071xx.s
-Comment: __user_initial_stackheap used once
-37 symbols
+36 symbols
 
 
 
@@ -856,8 +835,7 @@
       At line 42 in file startup_stm32l071xx.s
    Uses
       At line 46 in file startup_stm32l071xx.s
-      At line 235 in file startup_stm32l071xx.s
-
+Comment: Heap_Size used once
 Stack_Size 00000400
 
 Symbol: Stack_Size
@@ -865,8 +843,7 @@
       At line 31 in file startup_stm32l071xx.s
    Uses
       At line 34 in file startup_stm32l071xx.s
-      At line 234 in file startup_stm32l071xx.s
-
+Comment: Stack_Size used once
 __Vectors_Size 000000C0
 
 Symbol: __Vectors_Size
@@ -898,13 +875,5 @@
    Uses
       At line 123 in file startup_stm32l071xx.s
 Comment: __main used once
-__use_two_region_memory 00000000
-
-Symbol: __use_two_region_memory
-   Definitions
-      At line 228 in file startup_stm32l071xx.s
-   Uses
-      None
-Comment: __use_two_region_memory unused
-3 symbols
-390 symbols in table
+2 symbols
+387 symbols in table

--
Gitblit v1.9.3