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

📄 fatp24.map

📁 使用PIC24 16位单片机 读写SD卡 支持FAT32
💻 MAP
📖 第 1 页 / 共 5 页
字号:
Archive member included because of file (symbol)

C:\Program Files\Microchip\MPLAB C30\bin\..\lib\libpic30-coff.a(crt1.o)
                              (_resetALT)
C:\Program Files\Microchip\MPLAB C30\bin\..\lib\libpic30-coff.a(crt0.o)
                              (_resetPRI)
C:\Program Files\Microchip\MPLAB C30\bin\..\lib\libm-coff.a(udivsi3.o)
                              C:\DecTrain\Lab1\sdmmc.o (__udivsi3)
C:\Program Files\Microchip\MPLAB C30\bin\..\lib\libc-coff.a(tolower.os)
                              C:\DecTrain\Lab1\fileio.o (tolower)
C:\Program Files\Microchip\MPLAB C30\bin\..\lib\libc-coff.a(strncpy.o)
                              C:\DecTrain\Lab1\fileio.o (strncpy)
C:\Program Files\Microchip\MPLAB C30\bin\..\lib\libc-coff.a(toupper.os)
                              C:\DecTrain\Lab1\fileio.o (toupper)
C:\Program Files\Microchip\MPLAB C30\bin\..\lib\libc-coff.a(memset.o)
                              C:\DecTrain\Lab1\fileio.o (memset)
C:\Program Files\Microchip\MPLAB C30\bin\..\lib\libc-coff.a(strlen.o)
                              C:\DecTrain\Lab1\fileio.o (strlen)
C:\Program Files\Microchip\MPLAB C30\bin\..\lib\libc-coff.a(strcpy.o)
                              C:\DecTrain\Lab1\fileio.o (strcpy)
C:\Program Files\Microchip\MPLAB C30\bin\..\lib\libc-coff.a(strchr.o)
                              C:\DecTrain\Lab1\fileio.o (strchr)


Program Memory Usage

section        address   length (PC units)   length (bytes) (dec)
-------        -------   -----------------   --------------------
.reset               0                 0x4             0x6  (6)
.ivt               0x4                0xfc           0x17a  (378)
.aivt            0x104                0xfc           0x17a  (378)
.text            0x200              0x2336          0x34d1  (13521)
.const          0x2536               0x68e           0x9d5  (2517)
.dinit          0x2bc4                0x18            0x24  (36)
.isr            0x2bdc                 0x2             0x3  (3)

         Total program memory used (bytes):         0x41c7  (16839) 12%


Data Memory Usage

section        address      alignment gaps    total length  (dec)
-------        -------      --------------    -------------------
.icd             0x800                0x50            0x50  (80)
.nbss            0x850                   0           0x21e  (542)
.nbss            0xa6e                   0            0x5e  (94)
.ndata           0xacc                   0             0x4  (4)

            Total data memory used (bytes):          0x2d0  (720) 8%


Dynamic Memory Usage

region         address                      maximum length  (dec)
------         -------                      ---------------------
heap                 0                                   0  (0)
stack            0xad0                              0x1d30  (7472)

            Maximum dynamic memory (bytes):         0x1d30  (7472)


External Symbols in Data Memory (by address):

                    0x0850                  _gblSDMMCBuf
                    0x0a50                  _glbDiskData
                    0x0a6e                  _gFileArray
                    0x0aca                  _gFileSlotOpen
                    0x0acc                  _gBufferOwner
                    0x0ace                  _lastClusterRead

External Symbols in Data Memory (by name):

                    0x0acc                  _gBufferOwner
                    0x0a6e                  _gFileArray
                    0x0aca                  _gFileSlotOpen
                    0x0850                  _gblSDMMCBuf
                    0x0a50                  _glbDiskData
                    0x0ace                  _lastClusterRead

External Symbols in Program Memory (by address):

                  0x000200                  __resetPRI
                  0x000280                  _tolower
                  0x00028e                  _strncpy
                  0x0002ae                  _toupper
                  0x0002bc                  _memset
                  0x0002ca                  _strlen
                  0x0002d8                  _strcpy
                  0x0002e2                  _strchr
                  0x0002f2                  ___udivsi3
                  0x000312                  _MediaDetect
                  0x00032e                  _MediaInit
                  0x000350                  _MediaInitialize
                  0x0003e6                  _ShutdownMedia
                  0x0003f0                  _SendMMCCmd
                  0x00050e                  _SECTORread
                  0x0005ae                  _SECTORwrite
                  0x000652                  _WriteProtectState
                  0x000660                  _Delayms
                  0x000698                  _ReadMedia
                  0x0006b0                  _StartupCard
                  0x00072a                  _DISKmount
                  0x000774                  _LoadMBR
                  0x000820                  _LoadBootSector
                  0x0009b8                  _StopCard
                  0x0009d0                  _CloseSPI
                  0x0009de                  _OpenSPI
                  0x000a60                  _WriteSPI
                  0x000a7c                  _ReadByte
                  0x000a8c                  _ReadWord
                  0x000ac2                  _ReadDWord
                  0x000b16                  _FAT16Init
                  0x000b36                  _fopen
                  0x000ba4                  _FILEfind
                  0x000c72                  _FATread
                  0x000cf2                  _FILEopen
                  0x000da8                  ___fread
                  0x000efe                  _FILEget_next_cluster
                  0x000f6a                  _Write_File_Entry
                  0x000fd0                  _FATwrite
                  0x001090                  _FAT_erase_cluster_chain
                  0x001112                  _Cache_File_Entry
                  0x001254                  ___fwrite
                  0x001450                  _CreateFileEntry
                  0x0014ba                  _CreateFirstCluster
                  0x0014f4                  _FindEmptyEntries
                  0x0015bc                  _PopulateEntries
                  0x00165a                  _FILEallocate_new_cluster
                  0x0016b4                  _FATfindEmptyCluster
                  0x001730                  _FATReadQueued
                  0x0017a2                  ___fclose
                  0x00182c                  _IncrementTimeStamp
                  0x001926                  _Fill_File_Object
                  0x001a68                  _LoadDirAttrib
                  0x001ac2                  _FILEerase
                  0x001b58                  ___fopen
                  0x001d7e                  ___fseek
                  0x001eea                  _ftell
                  0x001ef8                  _remove
                  0x001f80                  _fseek
                  0x001fac                  _rewind
                  0x001fd4                  _FileObjectCopy
                  0x002010                  _FILECreateHeadCluster
                  0x00207c                  _EraseCluster

⌨️ 快捷键说明

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