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

📄 project.mp

📁 AVR单片机 C语言程序设计经典实用
💻 MP
字号:
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                           idata   0054   0010 =     16. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0054  __idata_start
       0064  __idata_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            text   0064   07F4 =   2036. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0032  __text_start
       0032  __start
       0052  _exit
       0053  _Hardware_Init
       0056  _Gpio_Init
       0063  _Timer2_Init
       0071  _Interrupt_Init
       0073  _Timer2_Interrupt
       0081  _OS_Event_Pend
       00A1  _OS_Event_Post
       00BB  _OS_Task_Create
       00C5  _OS_Task_Init
       00CF  _OS_Task_Switch
       00EB  _OS_Task_Update
       0125  _OS_Init
       0148  _OS_Start
       014C  _main
       0166  _LED_OFF
       0173  _LED_ON
       0182  _LED_TOGGLE
       01EF  _swGet_Key1
       0216  _swGet_Key2
       023D  _swGet_Key3
       0264  _swGet_Key4
       028B  _Key_Detection
       02B4  _Task1_Init
       02B7  _Task2_Init
       02BA  _Task3_Init
       02BD  _Task4_Init
       02C0  _Task1
       0309  _Task2
       034A  _Task3
       0387  _Task4
       03C8  _Task_Start
       03CF  _Task_Init
       03D3  pop_gset2
       03D6  push_gset1
       03D9  pop_gset1
       03DA  pop
       03ED  push_gset2
       03F1  push_lset
       0408  pop_lset
       041F  lsl16
       0426  lsl8
       042C  __text_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            data   0060   0010 =     16. bytes (rel,con,ram)

       Addr  Global Symbol
      -----  --------------------------------
       0060  __data_start
       0070  __data_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                             bss   0070   0018 =     24. bytes (rel,con,ram)

       Addr  Global Symbol
      -----  --------------------------------
       0070  __bss_start
       0070  _OSTCB
       0088  __bss_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                          vector   0000   0010 =     16. bytes (abs,ovr,rom)

Files Linked      [ module(s) ]

C:\icc\lib\crtatmega.o	[ crtatmega.s ]
initial.o	[ initial.c ]
interrupt.o	[ interrupt.c ]
Kernel.o	[ Kernel.c ]
main.o	[ main.c ]
misc.o	[ misc.c ]
Task.o	[ Task.c ]
<library>	[ gpop2.s, gpush.s, gpush2.s, lpush.s, lsl16.s, lsl8.s ]

User Global Definitions

ram_end = 0x45f
hwstk_size = 0x10

User Base Address Definitions

func_lit = 0x54
data = 0x60
eeprom:1.512

⌨️ 快捷键说明

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