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

📄 real_time_clock.map

📁 PIC30F系列单片机定时器1程序开发实例
💻 MAP
📖 第 1 页 / 共 5 页
字号:
                  0x000003          0x2 SHORT 0x0

.text             0x000100        0x348
 *(.init)
 .init            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
 *(.handle)
 *(.libc)
 *(.libm)
 *(.libdsp)
 *(.lib*)
 *(.text)
 .text            0x000180         0x70 ..\source\obj\traps.o
                  0x000180                  _OscillatorFail
                  0x00018e                  _AddressError
                  0x00019c                  _StackError
                  0x0001aa                  _MathError
                  0x0001b8                  _AltOscillatorFail
                  0x0001c6                  _AltAddressError
                  0x0001d4                  _AltStackError
                  0x0001e2                  _AltMathError
 .text            0x0001f0         0xc6 ..\source\obj\main_rtc.o
                  0x0001f0                  main
                  0x000248                  Update_LCD
 .text            0x0002b6         0x50 ..\source\obj\isr_timer1.o
                  0x0002b6                  _T1Interrupt
 .text            0x000306         0x52 ..\source\obj\init_timer1.o
                  0x000306                  Init_Timer1
 .text            0x000358         0x58 ..\source\obj\isr_INTpin.o
                  0x000358                  _INT1Interrupt
 .text            0x0003b0         0x16 ..\source\obj\init_INTpin.o
                  0x0003b0                  Init_INTpin
 .text            0x0003c6         0x68 ..\source\obj\LCD Display.o
                  0x0003c6                  Display_Setup
                  0x0003d6                  Display_Byte
                  0x0003e6                  Display_ClrCol
                  0x000400                  Display_Pixel
                  0x000416                  Display_String
 .text            0x00042e         0x1a ..\source\obj\hexdec.o
                  0x00042e                  hexdec

usercode
 *(usercode)

__FOSC            0xf80000          0x2
 *(__FOSC.sec)
 __FOSC.sec       0xf80000          0x2 ..\source\obj\device_config.o

__FWDT            0xf80002          0x2
 *(__FWDT.sec)
 __FWDT.sec       0xf80002          0x2 ..\source\obj\device_config.o

__FBORPOR         0xf80004          0x2
 *(__FBORPOR.sec)
 __FBORPOR.sec    0xf80004          0x2 ..\source\obj\device_config.o

__CONFIG4
 *(__CONFIG4.sec)

__CONFIG5
 *(__CONFIG5.sec)

__FGS             0xf8000a          0x2
 *(__FGS.sec)
 __FGS.sec        0xf8000a          0x2 FGS
                  0xf8000a                  _FGS.sec

__FICD
 *(__FICD.sec)

__FUID0
 *(__FUID0.sec)

__FUID1
 *(__FUID1.sec)

__FUID2
 *(__FUID2.sec)

__FUID3
 *(__FUID3.sec)

user_eedata
 *(user_eedata)

.icd                0x0800         0x50
                    0x0850                  . = (. + DEFINED (__ICD2RAM)?0x50:0x0)
 *fill*             0x0800         0x5000

userdata
 *(userdata)

.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)

.ivt              0x000004         0x7c
                  0x000004          0x4 LONG 0x496 DEFINED (__ReservedTrap0)?<code 336> (__ReservedTrap0):<code 336> (__DefaultInterrupt)
                  0x000006          0x4 LONG 0x180 DEFINED (__OscillatorFail)?<code 336> (__OscillatorFail):<code 336> (__DefaultInterrupt)
                  0x000008          0x4 LONG 0x18e DEFINED (__AddressError)?<code 336> (__AddressError):<code 336> (__DefaultInterrupt)
                  0x00000a          0x4 LONG 0x19c DEFINED (__StackError)?<code 336> (__StackError):<code 336> (__DefaultInterrupt)
                  0x00000c          0x4 LONG 0x1aa DEFINED (__MathError)?<code 336> (__MathError):<code 336> (__DefaultInterrupt)
                  0x00000e          0x4 LONG 0x496 DEFINED (__ReservedTrap5)?<code 336> (__ReservedTrap5):<code 336> (__DefaultInterrupt)
                  0x000010          0x4 LONG 0x496 DEFINED (__ReservedTrap6)?<code 336> (__ReservedTrap6):<code 336> (__DefaultInterrupt)
                  0x000012          0x4 LONG 0x496 DEFINED (__ReservedTrap7)?<code 336> (__ReservedTrap7):<code 336> (__DefaultInterrupt)
                  0x000014          0x4 LONG 0x496 DEFINED (__INT0Interrupt)?<code 336> (__INT0Interrupt):<code 336> (__DefaultInterrupt)
                  0x000016          0x4 LONG 0x496 DEFINED (__IC1Interrupt)?<code 336> (__IC1Interrupt):<code 336> (__DefaultInterrupt)
                  0x000018          0x4 LONG 0x496 DEFINED (__OC1Interrupt)?<code 336> (__OC1Interrupt):<code 336> (__DefaultInterrupt)
                  0x00001a          0x4 LONG 0x2b6 DEFINED (__T1Interrupt)?<code 336> (__T1Interrupt):<code 336> (__DefaultInterrupt)
                  0x00001c          0x4 LONG 0x496 DEFINED (__IC2Interrupt)?<code 336> (__IC2Interrupt):<code 336> (__DefaultInterrupt)
                  0x00001e          0x4 LONG 0x496 DEFINED (__OC2Interrupt)?<code 336> (__OC2Interrupt):<code 336> (__DefaultInterrupt)
                  0x000020          0x4 LONG 0x496 DEFINED (__T2Interrupt)?<code 336> (__T2Interrupt):<code 336> (__DefaultInterrupt)
                  0x000022          0x4 LONG 0x496 DEFINED (__T3Interrupt)?<code 336> (__T3Interrupt):<code 336> (__DefaultInterrupt)
                  0x000024          0x4 LONG 0x496 DEFINED (__SPI1Interrupt)?<code 336> (__SPI1Interrupt):<code 336> (__DefaultInterrupt)
                  0x000026          0x4 LONG 0x496 DEFINED (__U1RXInterrupt)?<code 336> (__U1RXInterrupt):<code 336> (__DefaultInterrupt)
                  0x000028          0x4 LONG 0x496 DEFINED (__U1TXInterrupt)?<code 336> (__U1TXInterrupt):<code 336> (__DefaultInterrupt)
                  0x00002a          0x4 LONG 0x496 DEFINED (__ADCInterrupt)?<code 336> (__ADCInterrupt):<code 336> (__DefaultInterrupt)
                  0x00002c          0x4 LONG 0x496 DEFINED (__NVMInterrupt)?<code 336> (__NVMInterrupt):<code 336> (__DefaultInterrupt)
                  0x00002e          0x4 LONG 0x496 DEFINED (__SI2CInterrupt)?<code 336> (__SI2CInterrupt):<code 336> (__DefaultInterrupt)
                  0x000030          0x4 LONG 0x496 DEFINED (__MI2CInterrupt)?<code 336> (__MI2CInterrupt):<code 336> (__DefaultInterrupt)
                  0x000032          0x4 LONG 0x496 DEFINED (__CNInterrupt)?<code 336> (__CNInterrupt):<code 336> (__DefaultInterrupt)
                  0x000034          0x4 LONG 0x358 DEFINED (__INT1Interrupt)?<code 336> (__INT1Interrupt):<code 336> (__DefaultInterrupt)
                  0x000036          0x4 LONG 0x496 DEFINED (__IC7Interrupt)?<code 336> (__IC7Interrupt):<code 336> (__DefaultInterrupt)
                  0x000038          0x4 LONG 0x496 DEFINED (__IC8Interrupt)?<code 336> (__IC8Interrupt):<code 336> (__DefaultInterrupt)
                  0x00003a          0x4 LONG 0x496 DEFINED (__OC3Interrupt)?<code 336> (__OC3Interrupt):<code 336> (__DefaultInterrupt)
                  0x00003c          0x4 LONG 0x496 DEFINED (__OC4Interrupt)?<code 336> (__OC4Interrupt):<code 336> (__DefaultInterrupt)
                  0x00003e          0x4 LONG 0x496 DEFINED (__T4Interrupt)?<code 336> (__T4Interrupt):<code 336> (__DefaultInterrupt)
                  0x000040          0x4 LONG 0x496 DEFINED (__T5Interrupt)?<code 336> (__T5Interrupt):<code 336> (__DefaultInterrupt)
                  0x000042          0x4 LONG 0x496 DEFINED (__INT2Interrupt)?<code 336> (__INT2Interrupt):<code 336> (__DefaultInterrupt)
                  0x000044          0x4 LONG 0x496 DEFINED (__U2RXInterrupt)?<code 336> (__U2RXInterrupt):<code 336> (__DefaultInterrupt)
                  0x000046          0x4 LONG 0x496 DEFINED (__U2TXInterrupt)?<code 336> (__U2TXInterrupt):<code 336> (__DefaultInterrupt)
                  0x000048          0x4 LONG 0x496 DEFINED (__SPI2Interrupt)?<code 336> (__SPI2Interrupt):<code 336> (__DefaultInterrupt)
                  0x00004a          0x4 LONG 0x496 DEFINED (__C1Interrupt)?<code 336> (__C1Interrupt):<code 336> (__DefaultInterrupt)
                  0x00004c          0x4 LONG 0x496 DEFINED (__IC3Interrupt)?<code 336> (__IC3Interrupt):<code 336> (__DefaultInterrupt)
                  0x00004e          0x4 LONG 0x496 DEFINED (__IC4Interrupt)?<code 336> (__IC4Interrupt):<code 336> (__DefaultInterrupt)
                  0x000050          0x4 LONG 0x496 DEFINED (__IC5Interrupt)?<code 336> (__IC5Interrupt):<code 336> (__DefaultInterrupt)
                  0x000052          0x4 LONG 0x496 DEFINED (__IC6Interrupt)?<code 336> (__IC6Interrupt):<code 336> (__DefaultInterrupt)
                  0x000054          0x4 LONG 0x496 DEFINED (__OC5Interrupt)?<code 336> (__OC5Interrupt):<code 336> (__DefaultInterrupt)
                  0x000056          0x4 LONG 0x496 DEFINED (__OC6Interrupt)?<code 336> (__OC6Interrupt):<code 336> (__DefaultInterrupt)
                  0x000058          0x4 LONG 0x496 DEFINED (__OC7Interrupt)?<code 336> (__OC7Interrupt):<code 336> (__DefaultInterrupt)
                  0x00005a          0x4 LONG 0x496 DEFINED (__OC8Interrupt)?<code 336> (__OC8Interrupt):<code 336> (__DefaultInterrupt)
                  0x00005c          0x4 LONG 0x496 DEFINED (__INT3Interrupt)?<code 336> (__INT3Interrupt):<code 336> (__DefaultInterrupt)
                  0x00005e          0x4 LONG 0x496 DEFINED (__INT4Interrupt)?<code 336> (__INT4Interrupt):<code 336> (__DefaultInterrupt)
                  0x000060          0x4 LONG 0x496 DEFINED (__C2Interrupt)?<code 336> (__C2Interrupt):<code 336> (__DefaultInterrupt)
                  0x000062          0x4 LONG 0x496 DEFINED (__PWMInterrupt)?<code 336> (__PWMInterrupt):<code 336> (__DefaultInterrupt)
                  0x000064          0x4 LONG 0x496 DEFINED (__QEIInterrupt)?<code 336> (__QEIInterrupt):<code 336> (__DefaultInterrupt)
                  0x000066          0x4 LONG 0x496 DEFINED (__DCIInterrupt)?<code 336> (__DCIInterrupt):<code 336> (__DefaultInterrupt)
                  0x000068          0x4 LONG 0x496 DEFINED (__LVDInterrupt)?<code 336> (__LVDInterrupt):<code 336> (__DefaultInterrupt)
                  0x00006a          0x4 LONG 0x496 DEFINED (__FLTAInterrupt)?<code 336> (__FLTAInterrupt):<code 336> (__DefaultInterrupt)
                  0x00006c          0x4 LONG 0x496 DEFINED (__FLTBInterrupt)?<code 336> (__FLTBInterrupt):<code 336> (__DefaultInterrupt)
                  0x00006e          0x4 LONG 0x496 DEFINED (__Interrupt45)?<code 336> (__Interrupt45):<code 336> (__DefaultInterrupt)
                  0x000070          0x4 LONG 0x496 DEFINED (__Interrupt46)?<code 336> (__Interrupt46):<code 336> (__DefaultInterrupt)
                  0x000072          0x4 LONG 0x496 DEFINED (__Interrupt47)?<code 336> (__Interrupt47):<code 336> (__DefaultInterrupt)
                  0x000074          0x4 LONG 0x496 DEFINED (__Interrupt48)?<code 336> (__Interrupt48):<code 336> (__DefaultInterrupt)
                  0x000076          0x4 LONG 0x496 DEFINED (__Interrupt49)?<code 336> (__Interrupt49):<code 336> (__DefaultInterrupt)
                  0x000078          0x4 LONG 0x496 DEFINED (__Interrupt50)?<code 336> (__Interrupt50):<code 336> (__DefaultInterrupt)
                  0x00007a          0x4 LONG 0x496 DEFINED (__Interrupt51)?<code 336> (__Interrupt51):<code 336> (__DefaultInterrupt)
                  0x00007c          0x4 LONG 0x496 DEFINED (__Interrupt52)?<code 336> (__Interrupt52):<code 336> (__DefaultInterrupt)
                  0x00007e          0x4 LONG 0x496 DEFINED (__Interrupt53)?<code 336> (__Interrupt53):<code 336> (__DefaultInterrupt)

.aivt             0x000084         0x7c
                  0x000084          0x4 LONG 0x496 DEFINED (__AltReservedTrap0)?<code 336> (__AltReservedTrap0):DEFINED (__ReservedTrap0)?<code 336> (__ReservedTrap0):<code 336> (__DefaultInterrupt)
                  0x000086          0x4 LONG 0x1b8 DEFINED (__AltOscillatorFail)?<code 336> (__AltOscillatorFail):DEFINED (__OscillatorFail)?<code 336> (__OscillatorFail):<code 336> (__DefaultInterrupt)
                  0x000088          0x4 LONG 0x1c6 DEFINED (__AltAddressError)?<code 336> (__AltAddressError):DEFINED (__AddressError)?<code 336> (__AddressError):<code 336> (__DefaultInterrupt)

⌨️ 快捷键说明

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