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

📄 model.mp

📁 AVR基本工程模板(含调度器) 内有详细说明
💻 MP
字号:
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                        func_lit   0034   0004 =      4. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0034  __func_lit_start
       0038  __func_lit_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                           idata   0038   0006 =      6. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0038  __idata_start
       003E  __idata_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            text   003E   0202 =    514. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       001F  __start
       001F  __text_start
       0040  _exit
       0041  _NULL_PROC
       0043  _CMOS_INIT
       0060  _Process_Task
       0091  _Device_INIT
       0097  HD_Support.c:Port_INIT
       0098  HD_Support.c:Timer0_INIT
       0099  _Timer0_OVF_ISR
       00C8  _Driver_INIT
       00CA  _Delay_MS
       00D7  _Insert_Timer0_OVF_ISR_Code
       00EF  _System_INIT
       00F4  _PROC_Register
       0112  _main
       0117  xicallx
       0120  __text_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            data   0100   0006 =      6. bytes (rel,con,ram)

       Addr  Global Symbol
      -----  --------------------------------
       0100  __data_start
       0100  _g_cCOSPROCCounter
       0101  RD_UseCooperatingMiniOs.c:n
       0102  EX_Support.c:s_wSystemDelayTimerCounter
       0104  _g_wSystemTimer
       0106  __data_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                             bss   0106   0006 =      6. bytes (rel,con,ram)

       Addr  Global Symbol
      -----  --------------------------------
       0106  __bss_start
       0106  _ProcPCB
       010C  __bss_end

Area                               Start  End    Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                          vector   0000   0022 =     34. bytes (abs,ovr,rom)

Files Linked      [ module(s) ]

C:\iccv7avr\lib\crtAVR.o	[ crtavr.s ]
RD_UseCooperatingMiniOs.o	[ RD_UseCooperatingMiniOs.c ]
HD_Support.o	[ HD_Support.c ]
EX_Support.o	[ EX_Support.c ]
PF_Config.o	[ PF_Config.c ]
PROC_Config.o	[ PROC_Config.c ]
System.o	[ System.c ]
<library>	[ icallx.s ]

User Global Definitions

ram_end = 0x2ff
hwstk_size = 0x20

User Base Address Definitions

func_lit = 0x34
data = 0x100
eeprom:0.256

⌨️ 快捷键说明

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