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

📄 write-byte.mp

📁 这个程序是用atmega128芯片对24c04进行读写的例子
💻 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   008C   01E8 =    488. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0046  __start
       0046  __text_start
       0068  _exit
       0069  _i2c_init
       0070  _i2c_start
       0078  _i2c_wrdata
       0082  _i2c_redata
       008C  _i2c_redataack
       0096  _i2c_stop
       009A  _i2c_wrbyte
       00AE  _i2c_wrpage
       00D0  _i2c_rebyte
       00E5  _i2c_rese
       0111  _s_ms
       011A  _main
       011F  pop_xgset00FC
       0126  pop_xgset30FC
       012F  push_xgsetF0FC
       0131  push_xgset30FC
       0133  push_xgset00FC
       0135  push_xgset003C
       013A  __text_end

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

Files Linked      [ module(s) ]

C:\iccv7avr\lib\crtatmega.o	[ crtatmega.s ]
write-byte.o	[ write ]
<library>	[ gpop3.s, gpop4.s, gpush.s ]

User Global Definitions

ram_end = 0x10ff
hwstk_size = 0x1e

User Base Address Definitions

func_lit = 0x8c
data = 0x100
eeprom:0.4096

⌨️ 快捷键说明

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