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

📄 master.mp

📁 这是用C编的nrf905的通讯程序
💻 MP
字号:
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                           idata   0054   0004 =      4. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0054  __idata_start
       0058  __idata_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            text   0058   054A =   1354. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       002C  __start
       002C  __text_start
       004C  _exit
       004D  _port_init
       005D  _timer0_init
       0066  _timer0_ovf_isr
       008D  _spi_init
       0094  _init_devices
       00A0  _RfRecvProc
       00C5  _RfSendProc
       00DC  _TimerFunc
       00E7  _SystemIni
       00ED  _DelayMs
       00FB  _DelayUs
       010E  _int0_isr
       0174  _main
       017E  _nrf905_Config
       0197  _nrf905_SpiRW
       01A1  _nrf905_StandBy
       01A5  _nrf905_Off
       01A7  _nrf905_TxOn
       01AB  _nrf905_TxSend
       01B2  _nrf905_RxOn
       01B6  _nrf905_Init
       01BE  _nrf905_SpiTest
       0237  _nrf905_SetTxAddr
       0244  _nrf905_SetData
       025A  _nrf905_WaitSended
       025D  _nrf905_SendData
       0263  _nrf905_SendAgain
       0267  _nrf905_ReadData
       027E  pop_gset2
       0281  pop_gset3
       0284  push_gset5
       0286  push_gset4
       0288  push_gset3
       028A  push_gset2
       028C  push_gset1
       028F  pop_gset1
       0290  pop
       02A3  push_lset
       02BA  pop_lset
       02D1  __text_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            data   0060   0004 =      4. bytes (rel,con,ram)

       Addr  Global Symbol
      -----  --------------------------------
       0060  __data_start
       0064  __data_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                             bss   0064   00CE =    206. bytes (rel,con,ram)

       Addr  Global Symbol
      -----  --------------------------------
       0064  _RfCnt
       0064  __bss_start
       0065  _T0Cnt
       0066  _bRfSend
       0067  _bTimer
       0069  _RxBuf
       00CD  _TxBuf
       0132  __bss_end

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

Files Linked      [ module(s) ]

C:\PROGRA~1\Atmel\icc\lib\crtatmega.o	[ crtatmega.s ]
master.o	[ master.C ]
nrf905.o	[ nrf905.C ]
<library>	[ gpop2.s, gpop3.s, gpush.s, lpush.s ]

User Global Definitions

ram_end = 0x45f
hwstk_size = 0x10

User Base Address Definitions

func_lit = 0x54
data = 0x60
eeprom:1.512

⌨️ 快捷键说明

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