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

📄 wdct.mp

📁 我写的atmega16驱动的nrf24l01程序
💻 MP
字号:
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                             lit   0054   0010 =     16. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0054  _KeycodeNum
       0054  __lit_start
       0064  __lit_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            text   0064   103A =   4154. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0032  __start
       0032  __text_start
       0052  _exit
       0053  _port_init
       005F  _watchdog_init
       0063  _SPI_MasterInit
       006E  _InitInterrupt
       0096  _init_devices
       00A0  _INT_KeyTest
       011E  _INT_Timer0
       0127  _INT_Timer1
       0138  _INT_USART_RX
       0165  _INT_USART_TX
       0187  _spi_stc_isr
       0188  _INT_EX0
       0192  _SPI_SendData
       01B5  _nRF_SendData
       01F3  _nrf24l01_init
       0389  _SetRxMode
       03AE  _SetTxMode
       03CF  _SendTest
       03EE  _ReadRegisters
       04B3  _ReadNextRegister
       0507  _ReadLastRegister
       055B  _FlashLed
       0582  _Ex0Deal
       0603  _ComDeal
       0773  _main
       07E0  pop_gset2
       07E3  pop_gset4
       07E6  push_gset1
       07E9  pop_gset1
       07EA  pop
       07FD  push_gset2
       0801  push_gset3
       0805  push_gset4
       0809  push_lset
       0820  pop_lset
       0837  _EEPROMread
       083E  _EEPROMwrite
       084F  __text_end

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

       Addr  Global Symbol
      -----  --------------------------------
       0060  __bss_start
       0060  _Led2FlashTimes
       0061  _Led1FlashTimes
       0062  _Timer300msCount
       0064  _Timer1sCount
       0066  _bTest
       0067  _bSignal2Hz
       0068  _bTime2ms
       0069  _RegisterNum
       006A  _bEx0Interrupt
       006B  _bComTxing
       006C  _bComRxing
       006D  _bSpiTxing
       006E  _bCom2Spi
       006F  _bBusy
       0070  _bKeyGetted
       0071  _bKeyPress
       0072  _KeyValue
       0073  _KeyDelayCou
       0074  _KeyBeforeCodeTemp
       0075  _PtComTx
       0077  _ComRxingTimeLimited
       0079  _ComRxCount
       007A  _ComTxCount
       007B  _ComRxBuf
       00DF  _ComTxBuf
       0143  _udaRxBuf
       01A7  _udaTxBuf
       020B  _nrfRxBuf
       026F  _nrfTxDataBuf
       02D3  _nrfTxBuf
       02D9  __bss_end

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

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                          eeprom   0001   0036 =     54. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0001  _II2C_Test
       0010  _II2C_UserConfig
       0028  _II2C_RxPipe0Addr
       002D  _II2C_RxPipe1Addr
       0032  _II2C_TxPipeAddr
       0037  __eeprom_end

Files Linked      [ module(s) ]

C:\icc\lib\crtatmega.o	[ crtatmega.s ]
main.o	[ main.c ]
<library>	[ gpop2.s, gpop4.s, gpush.s, gpush2.s, gpush3.s, gpush4.s, lpush.s, eepromr.s, eepromw.s ]

User Global Definitions

ram_end = 0x45f
hwstk_size = 0x20

User Base Address Definitions

func_lit = 0x54
data = 0x60
eeprom = 0x1

⌨️ 快捷键说明

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