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

📄 wsh.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)
--------------------------------   ----   ----   ------- ----- ------------
                            text   0054   0370 =    880. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       002A  __start
       002A  __text_start
       004C  _exit
       004D  _port_init
       0059  _watchdog_init
       005A  _Delay
       0062  _DelaymS
       0077  _Delay_10us
       00BE  _COM
       0105  _RH
       019B  _Uart_Init
       01A6  _Uart_Transmit
       01AA  _Uart_Receive
       01AE  _init_devices
       01B9  _main
       01E2  __text_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                             bss   0060   0014 =     20. bytes (rel,con,ram)

       Addr  Global Symbol
      -----  --------------------------------
       0060  __bss_start
       0060  _ReceiveLowByte
       0062  _ReceiveHighByte
       0064  _U8comdata
       0065  _U8checkdata_temp
       0066  _U8RH_data_L_temp
       0067  _U8RH_data_H_temp
       0068  _U8T_data_L_temp
       0069  _U8T_data_H_temp
       006A  _U8checkdata
       006B  _U8RH_data_L
       006C  _U8RH_data_H
       006D  _U8T_data_L
       006E  _U8T_data_H
       006F  _U8temp
       0070  _U8count
       0071  _k
       0072  _U8FLAG
       0073  _i
       0074  __bss_end

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

Files Linked      [ module(s) ]

D:\PROGRA~1\AVR\lib\crtatmega.o	[ crtatmega.s ]
温湿度传感器.o	[ _ ]
<library>	

User Global Definitions

ram_end = 0x45f
hwstk_size = 0x1e

User Base Address Definitions

func_lit = 0x54
data = 0x60
eeprom:0.512

⌨️ 快捷键说明

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