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

📄 ptr8000.mp

📁 本代码实现了两块无线收发模块prt8000(核心芯片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)
--------------------------------   ----   ----   ------- ----- ------------
                            text   0054   0394 =    916. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       002A  __text_start
       002A  __start
       004C  _exit
       004D  _nrf905_Config
       0079  _nrf905_SpiRW
       0081  _nrf905_StandBy
       0085  _nrf905_Off
       0087  _nrf905_TxOn
       008B  _nrf905_TxSend
       0092  _nrf905_RxOn
       0096  _nrf905_Init
       009E  _nrf905_SpiTest
       00B3  _nrf905_SetTxAddr
       00C0  _nrf905_SetData
       00D4  _nrf905_WaitSended
       00D7  _nrf905_SendData
       00DD  _nrf905_SendAgain
       00E1  _nrf905_ReadData
       00F6  _port_init
       0106  _timer0_init
       010F  _timer0_ovf_isr
       0136  _timer1_init
       014C  _timer1_ovf_isr
       0157  _spi_init
       015E  _spi_stc_isr
       015F  _uart0_init
       016A  _init_devices
       0177  _main
       018C  _RfRecvProc
       01AC  _RfSendProc
       01C1  _TimerFunc
       01CC  _SystemIni
       01D3  _DelayMs
       01E1  _DelayUs
       01F4  __text_end

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

       Addr  Global Symbol
      -----  --------------------------------
       0060  _RxBuf
       0060  __bss_start
       0080  _TxBuf
       00A0  _RfCnt
       00A1  _T0Cnt
       00A2  _bRfSend
       00A3  _bTimer
       00A4  __bss_end

Area                               Start  End    Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                          vector   0000   002C =     44. bytes (abs,ovr,rom)

Files Linked      [ module(s) ]

C:\iccv7avr\lib\crtatmega.o	[ crtatmega.s ]
nrf905.o	[ nrf905.C ]
PTR8000.o	[ PTR8000.C ]
<library>	

User Global Definitions

ram_end = 0x45f
hwstk_size = 0x10

User Base Address Definitions

func_lit = 0x54
data = 0x60
eeprom:0.512

⌨️ 快捷键说明

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