bldcm.mp

来自「三相无刷电机的PWM控制」· MP 代码 · 共 57 行

MP
57
字号
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            text   0034   021A =    538. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       001A  __start
       001A  __text_start
       0039  _exit
       003A  _port_init
       0045  _timer0_init
       004D  _timer2_init
       005B  _Start_PWMAB
       0062  _Start_PWMA_Close_PWMB
       0069  _Start_PWMB_Close_PWMA
       0070  _Shut_PWMAB
       0075  _Start_PWMC
       007F  _Shut_PWMC
       0086  _phase_one_five
       008D  _phase_one_six
       0094  _phase_two_six
       009B  _phase_two_four
       00A2  _phase_three_four
       00A9  _phase_three_five
       00B0  _uart0_init
       00C1  _init_devices
       00DD  _USART_Transmit
       00E4  _USART_Receive
       00EB  _set_speed
       00F0  _main
       0127  __text_end

Area                               Start  End    Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                          vector   0000   0002 =      2. bytes (abs,ovr,rom)

Files Linked      [ module(s) ]

c:\icc\lib\crtAVR.o	[ crtavr.s ]
bldcmmain.o	[ bldcmmain.c ]
<library>	

User Global Definitions

ram_end = 0x2ff
hwstk_size = 0x10

User Base Address Definitions

func_lit = 0x34
data = 0x100
eeprom:1.256

⌨️ 快捷键说明

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