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

📄 motor.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)
--------------------------------   ----   ----   ------- ----- ------------
                            text   008C   020A =    522. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0046  __text_start
       0046  __start
       0066  _exit
       0067  _InitData
       0075  _InitTarget
       0082  _main
       008A  _Time1Init
       00A3  _timer1_ovf_isr
       00C5  _baudselect
       00E0  _Uart1Init
       0101  _USART_Transmit_byte
       0108  _USART_Transmit_arraydata
       011A  _USART_Flush
       0122  _uart1_rx_isr
       0123  _ActionMoneyDrive
       0124  _ActionMotorDrive
       0125  _ProcessMoneyDrive
       0127  _ProcessMotorDrive
       0129  pop_gset3
       012C  push_gset5
       012E  push_gset4
       0130  push_gset3
       0132  push_gset2
       0134  push_gset1
       0137  pop_gset1
       0138  pop
       014B  __text_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                             bss   0100   0005 =      5. bytes (rel,con,ram)

       Addr  Global Symbol
      -----  --------------------------------
       0100  _temp
       0100  __bss_start
       0101  _g_ucLedStatus
       0102  _g_ucMotorData
       0103  _g_ucMomeyData
       0104  _g_ucKeyData
       0105  __bss_end

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

Files Linked      [ module(s) ]

C:\icc\lib\crtatmega.o	[ crtatmega.s ]
main.o	[ main.c ]
time.o	[ time.c ]
uart.o	[ uart.c ]
motorprocess.o	[ motorprocess.c ]
<library>	[ gpop3.s, gpush.s ]

User Global Definitions

ram_end = 0x10ff
hwstk_size = 0x10

User Base Address Definitions

func_lit = 0x8c
data = 0x100
eeprom:1.4096

⌨️ 快捷键说明

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