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

📄 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   0003 =      3. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0054  __idata_start
       0057  __idata_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            text   0058   04F0 =   1264. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       002C  __start
       002C  __text_start
       004C  _exit
       004D  _sSet_I2C_Event
       0050  _sbGet_I2C_Event
       0056  _main
       0062  _wTimeCountr0_Interrupt
       007B  _Hardware_Init
       007E  _Gpio_Init
       0089  _Timer0_Init
       0096  _Interrupt_Init
       0098  _Init_DS1337_Calendar
       00AE  _Set_DS1337_Calendar
       00D0  _Read_DS1337_Calendar
       00F2  _Init_DS1337
       00F4  _sbGet_Timer_Second
       00F7  _sbGet_Timer_Minute
       00FA  _sbGet_Timer_Hour
       00FD  _sbGet_Timer_Day
       0100  _sbGet_Timer_Date
       0103  _sbGet_Timer_Month
       0106  _sbGet_Timer_Year
       0109  _Delayms
       0113  _I2C_Set_SDA
       0119  _I2C_Set_SCL
       011F  _I2C_Start_Condition
       0127  _I2C_Stop_Condition
       012D  _I2C_Send_Byte
       015C  _I2C_Receive_Byte
       0175  _I2C_Ack
       0186  _I2C_Send_Data_without_SubAddress
       01A0  _I2C_Send_Data_with_SubAddress
       01C2  _I2C_Send_String_with_SubAddress
       01EE  _I2C_Receive_Data_without_SubAddress
       0206  _I2C_Recive_String_with_SubAddress
       0240  pop_gset2
       0243  pop_gset4
       0246  pop_gset5
       0249  push_gset1
       024C  pop_gset1
       024D  pop
       0260  push_gset2
       0264  push_gset3
       0268  push_gset4
       026C  push_gset5
       0270  push_lset
       0287  pop_lset
       029E  lsl8
       02A4  __text_end

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

       Addr  Global Symbol
      -----  --------------------------------
       0060  __data_start
       0060  _bI2C_Event
       0062  _bI2C_Ack
       0063  __data_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                             bss   0063   000E =     14. bytes (rel,con,ram)

       Addr  Global Symbol
      -----  --------------------------------
       0063  __bss_start
       0063  _Calendar_Read
       006A  _Calendar
       0071  __bss_end

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

Files Linked      [ module(s) ]

C:\icc\lib\crtatmega.o	[ crtatmega.s ]
main.o	[ main.c ]
app.o	[ app.c ]
DS1337.o	[ DS1337.c ]
I2C.o	[ I2C.C ]
<library>	[ gpop2.s, gpop4.s, gpop5.s, gpush.s, gpush2.s, gpush3.s, gpush4.s, gpush5.s, lpush.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 + -