📄 acim.map
字号:
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)
Program Memory Usage
section address length (PC units) length (bytes) (dec)
------- ------- ----------------- --------------------
.reset 0 0x4 0x6 (6)
.ivt 0x4 0x7c 0xba (186)
.aivt 0x84 0x7c 0xba (186)
.text 0x100 0x94c 0xdf2 (3570)
.dinit 0xa4c 0x106 0x189 (393)
.isr 0xb52 0x2 0x3 (3)
__FOSC 0xf80000 0x2 0x3 (3)
__FWDT 0xf80002 0x2 0x3 (3)
__FBORPOR 0xf80004 0x2 0x3 (3)
__FGS 0xf8000a 0x2 0x3 (3)
Total program memory used (bytes): 0x1104 (4356) 35%
Data Memory Usage
section address alignment gaps total length (dec)
------- ------- -------------- -------------------
.ndata 0x800 0 0x158 (344)
.nbss 0x958 0 0x18 (24)
.ndata 0x970 0 0x10 (16)
Total data memory used (bytes): 0x180 (384) 75%
Dynamic Memory Usage
region address maximum length (dec)
------ ------- ---------------------
heap 0 0 (0)
stack 0x980 0x80 (128)
Maximum dynamic memory (bytes): 0x80 (128)
External Symbols in Data Memory (by address):
0x0800 _sinetable
0x0958 _Flags
0x095a _Mode
0x095c _SlowEventCount
0x095e _MediumEventCount
0x0960 _BoostCount
0x0962 _Speed
0x0964 _OldSpeed
0x0966 _temp
0x0968 _V_Hz_Slope
0x096a _Amplitude
0x096c _Phase
0x096e _HallState
0x0970 _BLDCstates
External Symbols in Data Memory (by name):
0x096a _Amplitude
0x0970 _BLDCstates
0x0960 _BoostCount
0x0958 _Flags
0x096e _HallState
0x095e _MediumEventCount
0x095a _Mode
0x0964 _OldSpeed
0x096c _Phase
0x095c _SlowEventCount
0x0962 _Speed
0x0968 _V_Hz_Slope
0x0800 _sinetable
0x0966 _temp
External Symbols in Program Memory (by address):
0x000100 __resetPRI
0x000180 _main
0x000460 _Setup
0x00051e _ReadADC
0x000562 __PWMInterrupt
0x000590 __FLTAInterrupt
0x0005a2 _Delay
0x0005be _SVM
0x000b52 __DefaultInterrupt
0xf80000 __FOSC
0xf80002 __FWDT
0xf80004 __FBORPOR
0xf8000a __FGS
External Symbols in Program Memory (by name):
0x0005a2 _Delay
0x00051e _ReadADC
0x0005be _SVM
0x000460 _Setup
0x000b52 __DefaultInterrupt
0xf80004 __FBORPOR
0xf8000a __FGS
0x000590 __FLTAInterrupt
0xf80000 __FOSC
0xf80002 __FWDT
0x000562 __PWMInterrupt
0x000100 __resetPRI
0x000180 _main
Memory Configuration
Name Origin Length Attributes
data 0x000800 0x000200 a !xr
program 0x000100 0x001f00 xr
reset 0x000000 0x000004
ivt 0x000004 0x00007c
aivt 0x000084 0x00007c
__FOSC 0xf80000 0x000002
__FWDT 0xf80002 0x000002
__FBORPOR 0xf80004 0x000002
__CONFIG4 0xf80006 0x000002
__CONFIG5 0xf80008 0x000002
__FGS 0xf8000a 0x000002
eedata 0x7ffc00 0x000400
*default* 0x000000 0xffffffff
Linker script and memory map
LOAD E:\burnon\workshop\ACIM demo\MC_Dev_Board.o
LOAD E:\burnon\workshop\ACIM demo\SVM.o
0x0001 __NO_HANDLES = 0x1
0x0000 __RESET_BASE = 0x0
0x0004 __IVT_BASE = 0x4
0x0084 __AIVT_BASE = 0x84
0x0100 __CODE_BASE = 0x100
0x0000 __SFR_BASE = 0x0
0x0800 __DATA_BASE = 0x800
0x0900 __YDATA_BASE = 0x900
.reset 0x000000 0x4
0x000000 0x2 SHORT 0x100 <code 336> (__reset)
0x000001 0x2 SHORT 0x4
0x000002 0x2 SHORT 0x0 ((<code 336> (__reset) >> 0x10) & 0x7f)
0x000003 0x2 SHORT 0x0
.text 0x000100 0x94c
*(.handle)
*(.libc)
.libc 0x000100 0x80 C:\Program Files\Microchip\MPLAB C30\bin\..\lib\libpic30-coff.a(crt0.o)
0x000100 _resetPRI
0x000100 _reset
0x000114 _psv_init
0x000124 _data_init
*(.libm)
*(.libdsp)
*(.lib*)
*(.text)
.text 0x000180 0x43e E:\burnon\workshop\ACIM demo\MC_Dev_Board.o
0x000180 main
0x000460 Setup
0x00051e ReadADC
0x000562 _PWMInterrupt
0x000590 _FLTAInterrupt
0x0005a2 Delay
.text 0x0005be 0x48e E:\burnon\workshop\ACIM demo\SVM.o
0x0005be SVM
usercode
*(usercode)
__FOSC 0xf80000 0x2
*(__FOSC.sec)
__FOSC.sec 0xf80000 0x2 E:\burnon\workshop\ACIM demo\MC_Dev_Board.o
0xf80000 _FOSC
__FWDT 0xf80002 0x2
*(__FWDT.sec)
__FWDT.sec 0xf80002 0x2 E:\burnon\workshop\ACIM demo\MC_Dev_Board.o
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -