串口突然不行了
This commit is contained in:
@@ -46,22 +46,22 @@ ARM Macro Assembler Page 1
|
||||
29 00000000 ; <o> Stack Size (in Bytes) <0x0-0xFFFFFFFF:8>
|
||||
30 00000000 ; </h>
|
||||
31 00000000
|
||||
32 00000000 00002000
|
||||
32 00000000 00000400
|
||||
Stack_Size
|
||||
EQU 0x2000
|
||||
EQU 0x400
|
||||
33 00000000
|
||||
34 00000000 AREA STACK, NOINIT, READWRITE, ALIGN
|
||||
=3
|
||||
35 00000000 Stack_Mem
|
||||
SPACE Stack_Size
|
||||
36 00002000 __initial_sp
|
||||
37 00002000
|
||||
38 00002000
|
||||
39 00002000 ; <h> Heap Configuration
|
||||
40 00002000 ; <o> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
|
||||
41 00002000 ; </h>
|
||||
42 00002000
|
||||
43 00002000 00002000
|
||||
36 00000400 __initial_sp
|
||||
37 00000400
|
||||
38 00000400
|
||||
39 00000400 ; <h> Heap Configuration
|
||||
40 00000400 ; <o> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
|
||||
41 00000400 ; </h>
|
||||
42 00000400
|
||||
43 00000400 00000C00
|
||||
Heap_Size
|
||||
|
||||
|
||||
@@ -69,21 +69,21 @@ ARM Macro Assembler Page 1
|
||||
ARM Macro Assembler Page 2
|
||||
|
||||
|
||||
EQU 0x2000
|
||||
44 00002000
|
||||
45 00002000 AREA HEAP, NOINIT, READWRITE, ALIGN=
|
||||
EQU 0xc00
|
||||
44 00000400
|
||||
45 00000400 AREA HEAP, NOINIT, READWRITE, ALIGN=
|
||||
3
|
||||
46 00000000 __heap_base
|
||||
47 00000000 Heap_Mem
|
||||
SPACE Heap_Size
|
||||
48 00002000 __heap_limit
|
||||
49 00002000
|
||||
50 00002000 PRESERVE8
|
||||
51 00002000 THUMB
|
||||
52 00002000
|
||||
53 00002000
|
||||
54 00002000 ; Vector Table Mapped to Address 0 at Reset
|
||||
55 00002000 AREA RESET, DATA, READONLY
|
||||
48 00000C00 __heap_limit
|
||||
49 00000C00
|
||||
50 00000C00 PRESERVE8
|
||||
51 00000C00 THUMB
|
||||
52 00000C00
|
||||
53 00000C00
|
||||
54 00000C00 ; Vector Table Mapped to Address 0 at Reset
|
||||
55 00000C00 AREA RESET, DATA, READONLY
|
||||
56 00000000 EXPORT __Vectors
|
||||
57 00000000 EXPORT __Vectors_End
|
||||
58 00000000 EXPORT __Vectors_Size
|
||||
@@ -489,7 +489,7 @@ Symbol: Stack_Mem
|
||||
Uses
|
||||
None
|
||||
Comment: Stack_Mem unused
|
||||
__initial_sp 00002000
|
||||
__initial_sp 00000400
|
||||
|
||||
Symbol: __initial_sp
|
||||
Definitions
|
||||
@@ -529,7 +529,7 @@ Symbol: __heap_base
|
||||
Uses
|
||||
At line 284 in file startup_stm32f103xb.s
|
||||
Comment: __heap_base used once
|
||||
__heap_limit 00002000
|
||||
__heap_limit 00000C00
|
||||
|
||||
Symbol: __heap_limit
|
||||
Definitions
|
||||
@@ -1125,7 +1125,7 @@ Symbol: WWDG_IRQHandler
|
||||
ARM Macro Assembler Page 1 Alphabetic symbol ordering
|
||||
Absolute symbols
|
||||
|
||||
Heap_Size 00002000
|
||||
Heap_Size 00000C00
|
||||
|
||||
Symbol: Heap_Size
|
||||
Definitions
|
||||
@@ -1133,7 +1133,7 @@ Symbol: Heap_Size
|
||||
Uses
|
||||
At line 47 in file startup_stm32f103xb.s
|
||||
Comment: Heap_Size used once
|
||||
Stack_Size 00002000
|
||||
Stack_Size 00000400
|
||||
|
||||
Symbol: Stack_Size
|
||||
Definitions
|
||||
|
||||
Reference in New Issue
Block a user