spi接口发送.mp
来自「ICC mega8例子」· MP 代码 · 共 41 行
MP
41 行
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 0026 0086 = 134. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0013 __start
0013 __text_start
0034 _exit
0035 _port_init
003D _init_devices
0045 _spi_master_init
004A _spi_master_putc
004E _main
0056 __text_end
Area Start End Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
vector 0000 0002 = 2. bytes (abs,ovr,rom)
Files Linked [ module(s) ]
C:\iccv7avr\lib\crtAVR.o [ crtavr.s ]
SPI接口发送.o [ SPI ]
<library>
User Global Definitions
ram_end = 0x45f
hwstk_size = 0x1e
User Base Address Definitions
func_lit = 0x26
data = 0x60
eeprom:0.512
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?