2020-12-10
This commit is contained in:
parent
751a9fb93f
commit
04d4621789
493 changed files with 128806 additions and 689 deletions
|
|
@ -102,23 +102,23 @@ ARM Macro Assembler Page 2
|
|||
57 00001000 ; <o> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
|
||||
58 00001000 ; </h>
|
||||
59 00001000
|
||||
60 00001000 00009000
|
||||
60 00001000 0000A000
|
||||
Heap_Size
|
||||
EQU 0x9000
|
||||
EQU 0xa000
|
||||
61 00001000
|
||||
62 00001000 AREA HEAP, NOINIT, READWRITE, ALIGN=
|
||||
3
|
||||
63 00000000 __heap_base
|
||||
64 00000000 Heap_Mem
|
||||
SPACE Heap_Size
|
||||
65 00009000 __heap_limit
|
||||
66 00009000
|
||||
67 00009000 PRESERVE8
|
||||
68 00009000 THUMB
|
||||
69 00009000
|
||||
70 00009000
|
||||
71 00009000 ; Vector Table Mapped to Address 0 at Reset
|
||||
72 00009000 AREA RESET, DATA, READONLY
|
||||
65 0000A000 __heap_limit
|
||||
66 0000A000
|
||||
67 0000A000 PRESERVE8
|
||||
68 0000A000 THUMB
|
||||
69 0000A000
|
||||
70 0000A000
|
||||
71 0000A000 ; Vector Table Mapped to Address 0 at Reset
|
||||
72 0000A000 AREA RESET, DATA, READONLY
|
||||
73 00000000 EXPORT __Vectors
|
||||
74 00000000 EXPORT __Vectors_End
|
||||
75 00000000 EXPORT __Vectors_Size
|
||||
|
|
@ -653,7 +653,7 @@ Symbol: __heap_base
|
|||
Uses
|
||||
At line 351 in file startup_stm32f103xe.s
|
||||
Comment: __heap_base used once
|
||||
__heap_limit 00009000
|
||||
__heap_limit 0000A000
|
||||
|
||||
Symbol: __heap_limit
|
||||
Definitions
|
||||
|
|
@ -1414,7 +1414,7 @@ Symbol: WWDG_IRQHandler
|
|||
ARM Macro Assembler Page 1 Alphabetic symbol ordering
|
||||
Absolute symbols
|
||||
|
||||
Heap_Size 00009000
|
||||
Heap_Size 0000A000
|
||||
|
||||
Symbol: Heap_Size
|
||||
Definitions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue