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

📄 lcd1602.map

📁 lcd1602液晶的avr测试实例程序
💻 MAP
📖 第 1 页 / 共 2 页
字号:
Archive member included because of file (symbol)

f:/softwarexp/winavr/bin/../lib/gcc/avr/3.4.3/avr4\libgcc.a(_copy_data.o)
                              Lcd1602.o (__do_copy_data)
f:/softwarexp/winavr/bin/../lib/gcc/avr/3.4.3/avr4\libgcc.a(_clear_bss.o)
                              Lcd1602.o (__do_clear_bss)
f:/softwarexp/winavr/bin/../lib/gcc/avr/3.4.3/../../../../avr/lib/avr4\libc.a(fdevopen.o)
                              F:/UserAvr/AvrExp/Lcd1602/Uart.o (fdevopen)
f:/softwarexp/winavr/bin/../lib/gcc/avr/3.4.3/../../../../avr/lib/avr4\libc.a(fgetc.o)
                              Lcd1602.o (fgetc)
f:/softwarexp/winavr/bin/../lib/gcc/avr/3.4.3/../../../../avr/lib/avr4\libc.a(puts.o)
                              Lcd1602.o (puts)
f:/softwarexp/winavr/bin/../lib/gcc/avr/3.4.3/../../../../avr/lib/avr4\libc.a(calloc.o)
                              f:/softwarexp/winavr/bin/../lib/gcc/avr/3.4.3/../../../../avr/lib/avr4\libc.a(fdevopen.o) (calloc)
f:/softwarexp/winavr/bin/../lib/gcc/avr/3.4.3/../../../../avr/lib/avr4\libc.a(malloc.o)
                              f:/softwarexp/winavr/bin/../lib/gcc/avr/3.4.3/../../../../avr/lib/avr4\libc.a(calloc.o) (malloc)
f:/softwarexp/winavr/bin/../lib/gcc/avr/3.4.3/../../../../avr/lib/avr4\libc.a(memset.o)
                              f:/softwarexp/winavr/bin/../lib/gcc/avr/3.4.3/../../../../avr/lib/avr4\libc.a(calloc.o) (memset)

Allocating common symbols
Common symbol       size              file

__brkval            0x2               f:/softwarexp/winavr/bin/../lib/gcc/avr/3.4.3/../../../../avr/lib/avr4\libc.a(malloc.o)
__flp               0x2               f:/softwarexp/winavr/bin/../lib/gcc/avr/3.4.3/../../../../avr/lib/avr4\libc.a(malloc.o)
__iob               0x6               f:/softwarexp/winavr/bin/../lib/gcc/avr/3.4.3/../../../../avr/lib/avr4\libc.a(fdevopen.o)

Memory Configuration

Name             Origin             Length             Attributes
text             0x00000000         0x00002000         xr
data             0x00800060         0x0000ffa0         rw !x
eeprom           0x00810000         0x00010000         rw !x
*default*        0x00000000         0xffffffff

Linker script and memory map

LOAD f:/softwarexp/winavr/bin/../lib/gcc/avr/3.4.3/../../../../avr/lib/avr4/crtm8.o
LOAD Lcd1602.o
LOAD F:/UserAvr/AvrExp/Lcd1602/Lcd1602b.o
LOAD F:/UserAvr/AvrExp/Lcd1602/Uart.o
LOAD F:/UserAvr/AvrExp/Lcd1602/DelayTime.o
LOAD f:/softwarexp/winavr/bin/../lib/gcc/avr/3.4.3/../../../../avr/lib/avr4\libm.a
LOAD f:/softwarexp/winavr/bin/../lib/gcc/avr/3.4.3/avr4\libgcc.a
LOAD f:/softwarexp/winavr/bin/../lib/gcc/avr/3.4.3/../../../../avr/lib/avr4\libc.a
LOAD f:/softwarexp/winavr/bin/../lib/gcc/avr/3.4.3/avr4\libgcc.a

.hash
 *(.hash)

.dynsym
 *(.dynsym)

.dynstr
 *(.dynstr)

.gnu.version
 *(.gnu.version)

.gnu.version_d
 *(.gnu.version_d)

.gnu.version_r
 *(.gnu.version_r)

.rel.init
 *(.rel.init)

.rela.init
 *(.rela.init)

.rel.text
 *(.rel.text)
 *(.rel.text.*)
 *(.rel.gnu.linkonce.t*)

.rela.text
 *(.rela.text)
 *(.rela.text.*)
 *(.rela.gnu.linkonce.t*)

.rel.fini
 *(.rel.fini)

.rela.fini
 *(.rela.fini)

.rel.rodata
 *(.rel.rodata)
 *(.rel.rodata.*)
 *(.rel.gnu.linkonce.r*)

.rela.rodata
 *(.rela.rodata)
 *(.rela.rodata.*)
 *(.rela.gnu.linkonce.r*)

.rel.data
 *(.rel.data)
 *(.rel.data.*)
 *(.rel.gnu.linkonce.d*)

.rela.data
 *(.rela.data)
 *(.rela.data.*)
 *(.rela.gnu.linkonce.d*)

.rel.ctors
 *(.rel.ctors)

.rela.ctors
 *(.rela.ctors)

.rel.dtors
 *(.rel.dtors)

.rela.dtors
 *(.rela.dtors)

.rel.got
 *(.rel.got)

.rela.got
 *(.rela.got)

.rel.bss
 *(.rel.bss)

.rela.bss
 *(.rela.bss)

.rel.plt
 *(.rel.plt)

.rela.plt
 *(.rela.plt)

.text           0x00000000      0x61a
 *(.vectors)
 .vectors       0x00000000       0x26 f:/softwarexp/winavr/bin/../lib/gcc/avr/3.4.3/../../../../avr/lib/avr4/crtm8.o
                0x00000000                __vectors
                0x00000000                __vector_default
                0x00000026                __ctors_start = .
 *(.ctors)
                0x00000026                __ctors_end = .
                0x00000026                __dtors_start = .
 *(.dtors)
                0x00000026                __dtors_end = .
 *(.progmem.gcc*)
 *(.progmem*)
                0x00000026                . = ALIGN (0x2)
 *(.init0)
 *(.init1)
 *(.init2)
 .init2         0x00000026        0xc f:/softwarexp/winavr/bin/../lib/gcc/avr/3.4.3/../../../../avr/lib/avr4/crtm8.o
 *(.init3)
 *(.init4)
 .init4         0x00000032       0x16 f:/softwarexp/winavr/bin/../lib/gcc/avr/3.4.3/avr4\libgcc.a(_copy_data.o)
                0x00000032                __do_copy_data
 .init4         0x00000048       0x10 f:/softwarexp/winavr/bin/../lib/gcc/avr/3.4.3/avr4\libgcc.a(_clear_bss.o)
                0x00000048                __do_clear_bss
 *(.init5)
 *(.init6)
 *(.init7)
 *(.init8)
 *(.init9)
 .init9         0x00000058        0x2 f:/softwarexp/winavr/bin/../lib/gcc/avr/3.4.3/../../../../avr/lib/avr4/crtm8.o
 *(.text)
 .text          0x0000005a        0x2 f:/softwarexp/winavr/bin/../lib/gcc/avr/3.4.3/../../../../avr/lib/avr4/crtm8.o
                0x0000005a                __vector_1
                0x0000005a                __vector_12
                0x0000005a                __bad_interrupt
                0x0000005a                __vector_6
                0x0000005a                __vector_3
                0x0000005a                __vector_11
                0x0000005a                __vector_13
                0x0000005a                __vector_17
                0x0000005a                __vector_7
                0x0000005a                __vector_5
                0x0000005a                __vector_4
                0x0000005a                __vector_9
                0x0000005a                __vector_2
                0x0000005a                __vector_15
                0x0000005a                __vector_8
                0x0000005a                __vector_14
                0x0000005a                __vector_10
                0x0000005a                __vector_16
                0x0000005a                __vector_18
 .text          0x0000005c       0x58 Lcd1602.o
                0x0000005c                main
 .text          0x000000b4      0x13e F:/UserAvr/AvrExp/Lcd1602/Lcd1602b.o
                0x000001bc                Lcd_SetXy
                0x000001d0                Lcd_PutChar
                0x0000015c                Lcd_Reset
                0x00000162                Lcd_ShowCursor
                0x00000168                Lcd_HideCursor
                0x000000d0                Lcd_SetCmd
                0x000001f0                Lcd_TestFunc
                0x00000174                Lcd_SetData
                0x0000016e                Lcd_Cls
                0x00000118                Lcd_WaitForReady
                0x00000128                Lcd_Init
                0x000001d4                Lcd_PutStr
                0x000000c2                Lcd_SetCmdDataMode
                0x000000b4                Lcd_SetRwMode
 .text          0x000001f2       0x6a F:/UserAvr/AvrExp/Lcd1602/Uart.o
                0x0000021c                Uart_PutChar
                0x00000236                Uart_GetChar
                0x00000240                Uart_PutStr
                0x000001f2                Uart_Init
 .text          0x0000025c       0x26 F:/UserAvr/AvrExp/Lcd1602/DelayTime.o
                0x00000268                DelayMs
                0x0000025c                DelayUs
 .text          0x00000282       0x88 f:/softwarexp/winavr/bin/../lib/gcc/avr/3.4.3/../../../../avr/lib/avr4\libc.a(fdevopen.o)
                0x00000282                fdevopen
 .text          0x0000030a       0x7a f:/softwarexp/winavr/bin/../lib/gcc/avr/3.4.3/../../../../avr/lib/avr4\libc.a(fgetc.o)
                0x0000030a                fgetc
 .text          0x00000384       0x68 f:/softwarexp/winavr/bin/../lib/gcc/avr/3.4.3/../../../../avr/lib/avr4\libc.a(puts.o)
                0x00000384                puts
 .text          0x000003ec       0x34 f:/softwarexp/winavr/bin/../lib/gcc/avr/3.4.3/../../../../avr/lib/avr4\libc.a(calloc.o)
                0x000003ec                calloc
 .text          0x00000420      0x1ec f:/softwarexp/winavr/bin/../lib/gcc/avr/3.4.3/../../../../avr/lib/avr4\libc.a(malloc.o)
                0x00000420                malloc
                0x00000554                free
 .text          0x0000060c        0xe f:/softwarexp/winavr/bin/../lib/gcc/avr/3.4.3/../../../../avr/lib/avr4\libc.a(memset.o)
                0x0000060c                memset
                0x0000061a                . = ALIGN (0x2)
 *(.text.*)
                0x0000061a                . = ALIGN (0x2)
 *(.fini9)
 *(.fini8)
 *(.fini7)
 *(.fini6)
 *(.fini5)
 *(.fini4)
 *(.fini3)
 *(.fini2)
 *(.fini1)
 *(.fini0)
                0x0000061a                _etext = .

.data           0x00800060       0x12 load address 0x0000061a
                0x00800060                PROVIDE (__data_start, .)
 *(.data)

⌨️ 快捷键说明

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