⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 main.map

📁 lpc2106 LCD demo. the demo is for use with yagarto and eclipse WinArm environment
💻 MAP
字号:

Memory Configuration

Name             Origin             Length             Attributes
flash            0x00000000         0x00020000
ram_isp_low      0x40000120         0x000000df         a
ram              0x40000200         0x0000fde0
ram_isp_high     0x4000ffe0         0x00000020         a
*default*        0x00000000         0xffffffff

Linker script and memory map

                0x4000fedc                _stack_end = 0x4000fedc
                0x00000000                . = 0x0

startup
 *(.startup)

.text           0x00000000      0x86c
 *(.text)
 .text          0x00000000       0xd8 crt.o
                0x00000000                _startup
                0x00000040                Reset_Handler
 .text          0x000000d8      0x774 main.o
                0x00000838                UNDEF_Routine
                0x000004e0                lcd_write_control
                0x00000824                SWI_Routine
                0x0000027c                init_buttons
                0x00000810                FIQ_Routine
                0x00000388                lcd_wait
                0x000006a4                lcd_print
                0x0000021c                udelay
                0x00000524                lcd_init
                0x000000d8                main
                0x000002c8                button_pressed
                0x000003cc                lcd_out_data4
                0x000007c4                feed
                0x000007fc                IRQ_Routine
                0x00000428                lcd_write_nibbles
                0x00000660                lcd_putchar
                0x00000714                Initialize
 *(.rodata)
 .rodata        0x0000084c       0x20 main.o
                0x0000084c                MyName
 *(.rodata*)
 *(.glue_7)
 .glue_7        0x0000086c        0x0 crt.o
 .glue_7        0x0000086c        0x0 main.o
 *(.glue_7t)
 .glue_7t       0x0000086c        0x0 crt.o
 .glue_7t       0x0000086c        0x0 main.o
                0x0000086c                _etext = .

.vfp11_veneer   0x40000120        0x0
 .vfp11_veneer  0x40000120        0x0 crt.o
 .vfp11_veneer  0x40000120        0x0 main.o

.v4_bx          0x40000120        0x0
 .v4_bx         0x40000120        0x0 crt.o
 .v4_bx         0x40000120        0x0 main.o

.data           0x40000200        0x0 load address 0x0000086c
                0x40000200                _data = .
 *(.data)
 .data          0x40000200        0x0 crt.o
 .data          0x40000200        0x0 main.o
                0x40000200                _edata = .

.bss            0x40000200        0x0
                0x40000200                _bss_start = .
 *(.bss)
 .bss           0x40000200        0x0 crt.o
 .bss           0x40000200        0x0 main.o
                0x40000200                . = ALIGN (0x4)
                0x40000200                _bss_end = .
                0x40000200                _end = .
LOAD crt.o
LOAD main.o
OUTPUT(main.out elf32-littlearm)

.ARM.attributes
                0x00000000       0x10
 .ARM.attributes
                0x00000000       0x10 crt.o
 .ARM.attributes
                0x00000010       0x10 main.o

.debug_abbrev   0x00000000      0x14c
 .debug_abbrev  0x00000000      0x14c main.o

.debug_info     0x00000000      0x2b6
 .debug_info    0x00000000      0x2b6 main.o

.debug_line     0x00000000       0xc3
 .debug_line    0x00000000       0xc3 main.o

.debug_frame    0x00000000      0x230
 .debug_frame   0x00000000      0x230 main.o

.debug_loc      0x00000000      0x2ca
 .debug_loc     0x00000000      0x2ca main.o

.debug_pubnames
                0x00000000      0x125
 .debug_pubnames
                0x00000000      0x125 main.o

.debug_aranges  0x00000000       0x20
 .debug_aranges
                0x00000000       0x20 main.o

.debug_str      0x00000000      0x125
 .debug_str     0x00000000      0x125 main.o

.comment        0x00000000       0x12
 .comment       0x00000000       0x12 main.o

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -