pwm_ctc.mp
来自「avr单片机pwm功能的使用」· MP 代码 · 共 42 行
MP
42 行
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 00BC = 188. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
001A __start
001A __text_start
0039 _exit
003A _port_init
0043 _timer0_init
004E _timer0_compa_isr
0059 _timer0_compb_isr
005A _init_devices
0075 _main
0078 __text_end
Area Start End Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
vector 0000 0020 = 32. bytes (abs,ovr,rom)
Files Linked [ module(s) ]
C:\icc\lib\crtAVR.o [ crtavr.s ]
pwm_ctc.o [ pwm_ctc.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 + -
显示快捷键?