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

📄 ff.map

📁 PIC24FJ32GA002单片机bootloader rs485通信移植
💻 MAP
📖 第 1 页 / 共 5 页
字号:
Archive member included because of file (symbol)

c:/program files/microchip/mplab c30/bin/bin/../../lib\libpic30-coff.a(crt1.o)
                              (_resetALT)
c:/program files/microchip/mplab c30/bin/bin/../../lib\libpic30-coff.a(crt0.o)
                              (_resetPRI)


Program Memory  [Origin = 0xc00, Length = 0x29e00]

section                    address   length (PC units)   length (bytes) (dec)
-------                    -------   -----------------   --------------------
.text                        0xc00                0x3e            0x5d  (93)
.init                        0xc3e                0x88            0xcc  (204)
.dinit                       0xcc6                 0x2             0x3  (3)
.isr                         0xcc8                 0x2             0x3  (3)
__CONFIG2                   0x57fc                 0x2             0x3  (3)
__CONFIG1                   0x57fe                 0x2             0x3  (3)

                     Total program memory used (bytes):          0x135  (309) <1%


Data Memory  [Origin = 0x800, Length = 0x2000]

section                    address      alignment gaps    total length  (dec)
-------                    -------      --------------    -------------------

                        Total data memory used (bytes):              0  (0) 


Dynamic Memory Usage

region                     address                      maximum length  (dec)
------                     -------                      ---------------------
heap                             0                                   0  (0)
stack                        0x800                              0x2000  (8192)

                        Maximum dynamic memory (bytes):         0x2000  (8192)


External Symbols in Program Memory (by address):

                  0x000c02                  _main
                  0x000c14                  _delayms
                  0x000c3e                  __resetPRI
                  0x000c5c                  __psv_init
                  0x000c6c                  __data_init
                  0x000cc8                  __DefaultInterrupt

External Symbols in Program Memory (by name):

                  0x000cc8                  __DefaultInterrupt
                  0x000c6c                  __data_init
                  0x000c5c                  __psv_init
                  0x000c3e                  __resetPRI
                  0x000c14                  _delayms
                  0x000c02                  _main

Memory Configuration

Name             Origin             Length             Attributes
data             0x000800           0x002000           a !xr
reset            0x000000           0x000004  
ivt              0x000004           0x0000fc  
aivt             0x000104           0x0000fc  
program          0x000c00           0x029e00           xr
config2          0x0057fc           0x000002  
config1          0x0057fe           0x000002  
*default*        0x000000           0xffffffff  

Linker script and memory map

LOAD C:\Program Files\Microchip\MPLAB C30\main.o
LOAD c:/program files/microchip/mplab c30/bin/bin/../../lib/PIC24F\libpPIC24Fxxx-coff.a
                    0x57fc                  __CONFIG2 = 0x57fc
                    0x57fe                  __CONFIG1 = 0x57fe
                    0x0001                  __NO_HANDLES = 0x1
                    0x0004                  __IVT_BASE = 0x4
                    0x0104                  __AIVT_BASE = 0x104
                    0x0800                  __DATA_BASE = 0x800
                    0x0c00                  __CODE_BASE = 0xc00

.reset            0x000000          0x4
                  0x000000          0x2 SHORT 0xc3e <code 337> (__reset)
                  0x000001          0x2 SHORT 0x4
                  0x000002          0x2 SHORT 0x0 ((<code 337> (__reset) >> 0x10) & 0x7f)
                  0x000003          0x2 SHORT 0x0

.text             0x000c00         0x3e
                  0x000c00          0x2 SHORT 0xa
 *(.handle)
 *(.libc)
 *(.libm)
 *(.libdsp)
 *(.lib*)
 *(.text)
 *fill*           0x000c01          0x200
 .text            0x000c02         0x3c C:\Program Files\Microchip\MPLAB C30\main.o
                  0x000c02                  main
                  0x000c14                  delayms

__CONFIG2         0x0057fc          0x2
 *(__CONFIG2.sec)
 __CONFIG2.sec    0x0057fc          0x2 C:\Program Files\Microchip\MPLAB C30\main.o

__CONFIG1         0x0057fe          0x2
 *(__CONFIG1.sec)
 __CONFIG1.sec    0x0057fe          0x2 C:\Program Files\Microchip\MPLAB C30\main.o

.comment
 *(.comment)

.debug_info
 *(.debug_info)
 *(.gnu.linkonce.wi.*)

.debug_abbrev
 *(.debug_abbrev)

.debug_line
 *(.debug_line)

.debug_frame
 *(.debug_frame)

.debug_str
 *(.debug_str)

.debug_loc
 *(.debug_loc)

.debug_macinfo
 *(.debug_macinfo)

.debug_pubnames
 *(.debug_pubnames)

.debug_ranges
 *(.debug_ranges)

.debug_aranges
 *(.debug_aranges)

⌨️ 快捷键说明

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