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

📄 nrf905_send.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   009B =    155. bytes (rel,con,rom)

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

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            text   01C4   12CA =   4810. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       00E2  __start
       00E2  __text_start
       0101  _exit
       0102  _port_init1
       010C  _port_init2
       0118  _spi_init
       011F  _init_devices
       0126  _init_devices2
       012B  _port_init3
       0134  _main
       016E  _SystemIni
       0171  _clear_Tx_Buf
       0181  _Read_nrf905Add
       018E  _nrf905_Config
       01A7  _nrf905_SpiRW
       01AF  _nrf905_StandBy
       01B3  _nrf905_Off
       01B5  _nrf905_TxOn
       01B9  _nrf905_TxSend
       01BF  _nrf905_Init
       01C4  _nrf905_SpiTest
       01D9  _nrf905_SetTxAddr
       01E6  _nrf905_SetData
       01FA  _nrf905_WaitSended
       01FD  _nrf905_SendData
       0205  _nrf905_SendAgain
       0208  _RfSendProc
       020A  _timer0_init
       0211  _time0
       0238  _init_devices1
       0248  _delay_10ms
       026B  _delay_us
       027C  _putch
       0280  _getch
       0284  _putss
       0294  _puts_hh
       02A6  _uart_init
       02AF  _AdcConvertStd
       038A  _adinit
       038F  _AdcConvertDin
       046A  _vcon
       0488  _temperature
       0677  _ad_convert
       06E3  __print
       0875  _strcpy
       087E  push_arg4
       0880  push_arg2
       0883  mod16u
       0885  div16u
       0886  xdiv16u
       089F  div32u
       08A1  mod32u
       08A5  div32s
       08A7  mod32s
       08D2  long_div_prolog
       08E5  long_div_epilog
       08F4  tst_R16_R19
       08F9  tst_R24_R27
       08FE  neg_R16_R19
       0907  neg_R24_R27
       0910  empy32s
       0910  empy32u
       093C  pop_gset2
       093E  pop_gset4
       0940  pop_gset5
       0942  push_gset1
       0945  pop_gset1
       0946  pop
       0959  push_gset2
       095C  push_gset3
       095F  push_gset4
       0962  push_gset5
       0965  xicall
       096E  long_prolog
       097C  long_epilog
       0987  tstzero1
       098D  tstzero2
       0993  _putchar
       09A8  __va_start
       09B1  _itoa
       0A0C  _islower
       0A1A  _toupper
       0A2E  _printf
       0A47  __text_end

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

       Addr  Global Symbol
      -----  --------------------------------
       0060  __data_start
       00AF  _i
       00B1  _count
       00B3  _flag
       00FB  __data_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                             bss   00FB   006D =    109. bytes (rel,con,ram)

       Addr  Global Symbol
      -----  --------------------------------
       00FB  __bss_start
       00FB  _Rx_Buf
       011B  _Tx_Buf
       013B  _number
       0166  __textmode
       0168  __bss_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                          vector   0000   0014 =     20. 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 ]
ad.o	[ ad.c ]
<library>	[ _printf.s, strcpy.s, asave.s, div16u.s, div32.s, emul32.s, gpop2.s, gpop4.s, gpop5.s, gpush.s, gpush2.s ]
[ gpush3.s, gpush4.s, gpush5.s, icall.s, longutil.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 + -