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

📄 060_单片机与pc机通信.mp

📁 一般的单片机与PC机之间的串口通信
💻 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   1822   00B2 =    178. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0C11  __text_start
       0C11  __start
       0C34  _exit
       0C35  _port_init
       0C42  _uart0_init
       0C4D  _uart0_rx_isr
       0C5C  _uart0_tx_isr
       0C5D  _init_devices
       0C67  _main
       0C6A  __text_end

Area                               Start  End    Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                          vector   1800   0018 =     24. bytes (abs,ovr,rom)

Files Linked      [ module(s) ]

C:\icc\lib\crtboot8k.o	[ crtboot8k.s ]
060_单片机与PC机通信.o	[ _060_ ]
<library>	

User Global Definitions

ram_end = 0x25f
hwstk_size = 0x28

User Base Address Definitions

vector = 0x1800
func_lit = 0x1822
data = 0x60
eeprom:1.512

⌨️ 快捷键说明

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