motor_master.mp

来自「用ICC编写的程序包括SPI」· MP 代码 · 共 94 行

MP
94
字号
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   0002 =      2. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0054  __idata_start
       0056  __idata_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            text   0056   045E =   1118. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       002B  __text_start
       002B  __start
       004B  _exit
       004C  _timer0_init
       0058  _timer0_ovf_isr
       0064  _timer2_init
       0071  _timer2_ovf_isr
       0090  _spi_stc_isr
       00E5  _getSPIchar
       0104  _putSPIchar
       0131  _spi_init
       0149  _port_init
       0153  _init_devices
       0162  _main
       025A  __text_end

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

       Addr  Global Symbol
      -----  --------------------------------
       0060  __data_start
       0060  _pwm
       0062  __data_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                             bss   0062   00DB =    219. bytes (rel,con,ram)

       Addr  Global Symbol
      -----  --------------------------------
       0062  __bss_start
       0062  _disp_cnt
       0063  _dispflag
       0064  _timeflag
       0065  _temp
       0066  _SPI_datain
       0067  _SPI_ok
       0068  _tx_counter
       0069  _tx_rd_index
       006A  _tx_wr_index
       006B  _rx_buffer_overflow
       006C  _rx_counter
       006D  _rx_rd_index
       006E  _rx_wr_index
       006F  _SPI_tx_buff
       00D3  _SPI_rx_buff
       0137  _qep_data2
       013A  _qep_data1
       013D  __bss_end

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

Files Linked      [ module(s) ]

C:\icc\lib\crtatmega.o	[ crtatmega.s ]
time_master.o	[ time_master.c ]
SPI_master.o	[ SPI_master.c ]
Motor_master.o	[ Motor_master.c ]
<library>	

User Global Definitions

ram_end = 0x45f
hwstk_size = 0x20

User Base Address Definitions

func_lit = 0x54
data = 0x60
eeprom:1.512

⌨️ 快捷键说明

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