Upload files to "ES/Lab/Lab1/Init"
This commit is contained in:
parent
116ca4f08a
commit
2e60fcd9b8
5 changed files with 215 additions and 0 deletions
94
ES/Lab/Lab1/Init/init.map
Normal file
94
ES/Lab/Lab1/Init/init.map
Normal file
|
@ -0,0 +1,94 @@
|
|||
ARM Linker, 5.03 [Build 24] [MDK-ARM Lite]
|
||||
|
||||
==============================================================================
|
||||
|
||||
Section Cross References
|
||||
|
||||
datatransfer.o(RESET) refers to datatransfer.o(mycode) for Reset_Handler
|
||||
|
||||
|
||||
==============================================================================
|
||||
|
||||
Image Symbol Table
|
||||
|
||||
Local Symbols
|
||||
|
||||
Symbol Name Value Ov Type Size Object(Section)
|
||||
|
||||
RESET 0x00000000 Section 8 datatransfer.o(RESET)
|
||||
DATATRANSFER.asm 0x00000000 Number 0 datatransfer.o ABSOLUTE
|
||||
mycode 0x00000008 Section 22 datatransfer.o(mycode)
|
||||
|
||||
Global Symbols
|
||||
|
||||
Symbol Name Value Ov Type Size Object(Section)
|
||||
|
||||
BuildAttributes$$THM_ISAv4$P$D$K$B$S$PE$A:L22UL41UL21$X:L11$S22US41US21$IEEE1$IW$USESV6$~STKCKD$USESV7$~SHL$OSPACE$EBA8$STANDARDLIB$PRES8$EABIv2 0x00000000 Number 0 anon$$obj.o ABSOLUTE
|
||||
__Vectors 0x00000000 Data 0 datatransfer.o(RESET)
|
||||
Reset_Handler 0x00000009 Thumb Code 0 datatransfer.o(mycode)
|
||||
|
||||
|
||||
|
||||
==============================================================================
|
||||
|
||||
Memory Map of the image
|
||||
|
||||
Image Entry point : 0x00000009
|
||||
|
||||
Load Region LR_1 (Base: 0x00000000, Size: 0x00000020, Max: 0xffffffff, ABSOLUTE)
|
||||
|
||||
Execution Region ER_RO (Base: 0x00000000, Size: 0x00000020, Max: 0xffffffff, ABSOLUTE)
|
||||
|
||||
Base Addr Size Type Attr Idx E Section Name Object
|
||||
|
||||
0x00000000 0x00000008 Data RO 1 RESET datatransfer.o
|
||||
0x00000008 0x00000016 Code RO 2 * mycode datatransfer.o
|
||||
|
||||
|
||||
Execution Region ER_RW (Base: 0x10000000, Size: 0x00000000, Max: 0xffffffff, ABSOLUTE)
|
||||
|
||||
**** No section assigned to this execution region ****
|
||||
|
||||
|
||||
Execution Region ER_ZI (Base: 0x10000000, Size: 0x00000000, Max: 0xffffffff, ABSOLUTE)
|
||||
|
||||
**** No section assigned to this execution region ****
|
||||
|
||||
|
||||
==============================================================================
|
||||
|
||||
Image component sizes
|
||||
|
||||
|
||||
Code (inc. data) RO Data RW Data ZI Data Debug Object Name
|
||||
|
||||
22 0 8 0 0 204 datatransfer.o
|
||||
|
||||
----------------------------------------------------------------------
|
||||
24 0 8 0 0 204 Object Totals
|
||||
0 0 0 0 0 0 (incl. Generated)
|
||||
2 0 0 0 0 0 (incl. Padding)
|
||||
|
||||
----------------------------------------------------------------------
|
||||
0 0 0 0 0 0 Library Totals
|
||||
0 0 0 0 0 0 (incl. Padding)
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
==============================================================================
|
||||
|
||||
|
||||
Code (inc. data) RO Data RW Data ZI Data Debug
|
||||
|
||||
24 0 8 0 0 204 Grand Totals
|
||||
24 0 8 0 0 204 ELF Image Totals
|
||||
24 0 8 0 0 0 ROM Totals
|
||||
|
||||
==============================================================================
|
||||
|
||||
Total RO Size (Code + RO Data) 32 ( 0.03kB)
|
||||
Total RW Size (RW Data + ZI Data) 0 ( 0.00kB)
|
||||
Total ROM Size (Code + RO Data + RW Data) 32 ( 0.03kB)
|
||||
|
||||
==============================================================================
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue