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

📄 905receive.mp

📁 嵌入式单片机控制温度传感的无线收发方案!
💻 MP
字号:
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                        func_lit   0026   0002 =      2. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0026  __func_lit_start
       0028  __func_lit_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                             lit   0028   0101 =    257. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0028  __lit_start
       0028  __ctype
       0129  __lit_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                           idata   0129   007B =    123. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0129  __idata_start
       01A4  __idata_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            text   01A4   0B44 =   2884. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       00D2  __start
       00D2  __text_start
       00F1  _exit
       00F2  _Get_CRC16
       0124  _port_init
       0130  _spi_init
       0137  _init_devices
       0144  _rs485_send
       0148  _rs485_rec
       014D  _main
       0158  _int1_isr
       019B  _clear_Tx_Buf
       01AB  _clear_Rx_Buf
       01BB  _Read_nrf905Add
       01EF  _Change_TX_ADD
       0222  _nrf905_Config
       0285  _nrf905_SpiRW
       028D  _nrf905_StandBy
       0291  _nrf905_Off
       0293  _nrf905_RxOn
       0297  _nrf905_TxSend
       029D  _nrf905_TxOn
       02A1  _nrf905_Init
       02A6  _nrf905_SpiTest
       02BB  _nrf905_SetTxAddr
       0312  _nrf905_SetData
       0326  _nrf905_WaitSended
       0329  _nrf905_SendData
       0331  _nrf905_SendAgain
       0334  _RfSendProc
       0337  _nrf905_ReadData
       0351  _RfRecvProc
       035D  _delay_10ms
       0380  _delay_us
       0391  _uart_init
       039A  __print
       052C  _strcpy
       0535  push_arg4
       0537  push_arg2
       053A  mod16u
       053C  div16u
       053D  xdiv16u
       0556  pop_gset2
       0558  pop_gset5
       055A  push_gset1
       055D  pop_gset1
       055E  pop
       0571  push_gset2
       0574  push_gset3
       0577  push_gset4
       057A  push_gset5
       057D  xicall
       0586  push_lset
       059D  pop_lset
       05B4  lsr32
       05C0  _putchar
       05D5  __va_start
       05DE  _itoa
       0639  _islower
       0647  _toupper
       065B  _printf
       0674  __text_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            data   0060   007B =    123. bytes (rel,con,ram)

       Addr  Global Symbol
      -----  --------------------------------
       0060  __data_start
       0060  _buf
       008B  _RX_ADDRESS
       008F  _TX_ADDRESS
       0093  _i
       00DB  __data_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                             bss   00DB   005B =     91. bytes (rel,con,ram)

       Addr  Global Symbol
      -----  --------------------------------
       00DB  __bss_start
       00DB  _Rx_Buf
       00FB  _Tx_Buf
       0134  __textmode
       0136  __bss_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                          vector   0000   0006 =      6. bytes (abs,ovr,rom)

Files Linked      [ module(s) ]

D:\icc\lib\crtAVR.o	[ crtavr.s ]
main.o	[ main.c ]
nrf905.o	[ nrf905.c ]
timer.o	[ timer.c ]
uart.o	[ uart.c ]
<library>	[ _printf.s, strcpy.s, asave.s, div16u.s, gpop2.s, gpop5.s, gpush.s, gpush2.s, gpush3.s, gpush4.s, gpush5.s ]
[ icall.s, lpush.s, lsr32.s, putchar.s, stdarg.s, itoa.s, islower.s, ctype.s, toupper.s, printf.s, textmode.s ]


User Global Definitions

ram_end = 0x45f
hwstk_size = 0x10

User Base Address Definitions

func_lit = 0x26
data = 0x60
eeprom:1.512

⌨️ 快捷键说明

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