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

📄 avrbootloader.mp

📁 本源码为C语言环境的ATMAGE8的BootLoader开发程序
💻 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   1C26   0344 =    836. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0E13  __start
       0E13  __text_start
       0E38  _exit
       0E39  _FlashLoad
       0E56  _GetPage
       0E94  _WriteFlash
       0EC0  _CheckFlash
       0EEC  _RecChar
       0EF0  _SendChar
       0EF4  _delay
       0F06  _ExecCode
       0F0D  _main
       0F5D  _write_page
       0F63  _fill_temp_buffer
       0F6B  _read_flash
       0F70  _read_program_memory
       0F77  _enableRWW
       0F82  pop_xgset30FC
       0F8B  push_xgsetF0FC
       0F8D  push_xgset30FC
       0F8F  push_xgset00FC
       0F91  push_xgset003C
       0F96  push_xgset300C
       0F9B  pop_xgset300C
       0FA0  push_xgset303C
       0FA7  pop_xgset303C
       0FAE  lsl16
       0FB5  __text_end

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

       Addr  Global Symbol
      -----  --------------------------------
       0060  __bss_start
       0060  _PageAddress
       0062  _PageBuffer
       00A2  __bss_end

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

Files Linked      [ module(s) ]

C:\iccv7avr\lib\crtboot8k.o	[ crtboot8k.s ]
main.o	[ main.c ]
assembly.o	[ assembly.s ]
<library>	[ gpop4.s, gpush.s, gpushx.s, gpusha.s, lsl16.s ]

User Global Definitions

ram_end = 0x45f
hwstk_size = 0x10

User Base Address Definitions

vector = 0x1c00
func_lit = 0x1c26
data = 0x60
eeprom:0.512

⌨️ 快捷键说明

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