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

📄 testadc.mp

📁 AVR-MEGA8单片机中使用AD转换的一个例子
💻 MP
字号:
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                             lit   0026   0020 =     32. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0026  __lit_start
       0026  _CharMap
       0046  __lit_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                           idata   0046   000B =     11. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0046  __idata_start
       0051  __idata_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            text   0052   04D8 =   1240. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0029  __text_start
       0029  __start
       004A  _exit
       004B  _Delay_1ms
       0057  _Delay
       0069  _LCD_AK_Control
       006F  _SendToSID
       0083  _Write_LCD_Com
       00A1  _Write_LCD_Data
       00DA  _LCD_Ini
       0100  _LCD_Contrl_Cursor
       0111  _DispSetCursor
       012C  _DispHalfWord
       014F  _PrintS
       0177  _PrintSLen
       01AB  _DisplayNumChar
       01ED  _main
       0200  _ADC_Init
       0211  _ADC_Convert
       0228  push_arg4
       022A  push_arg2
       022D  mod16u
       022F  div16u
       0230  xdiv16u
       0249  empy16s
       0259  pop_xgsetF0FC
       0264  push_xgsetF0FC
       0266  push_xgset30FC
       0268  push_xgset00FC
       026A  push_xgset003C
       026F  push_xgset300C
       0274  pop_xgset300C
       0279  push_xgsetF00C
       0280  pop_xgsetF00C
       0287  push_xgset303C
       028E  pop_xgset303C
       0295  __text_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            data   0060   000B =     11. bytes (rel,con,ram)

       Addr  Global Symbol
      -----  --------------------------------
       0060  __data_start
       006B  __data_end

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

       Addr  Global Symbol
      -----  --------------------------------
       006B  _AC_Y
       006B  __bss_start
       006C  _AC_X
       006D  _LCD_DAT
       006E  _LCD_COM
       006F  _Bak_PORTC
       0070  _Bak_DDRC
       0071  __bss_end

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

Files Linked      [ module(s) ]

D:\ѧϰ\iccv7avr\lib\crtAVR.o	[ crtavr.s ]
LCDDrive.o	[ LCDDrive.C ]
Main.o	[ Main.C ]
ADC.o	[ ADC.C ]
<library>	[ asave.s, div16u.s, emul16s.s, gpop5.s, gpush.s, gpushx.s, gpushz.s, gpusha.s ]

User Global Definitions

ram_end = 0x45f
hwstk_size = 0x20

User Base Address Definitions

func_lit = 0x26
data = 0x60
eeprom:0.512

⌨️ 快捷键说明

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