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

📄 16tft.lkf

📁 STM8-触摸例程
💻 LKF
字号:
# LINK COMMAND FILE AUTOMATICALLY GENERATED BY STVD7
# SHOULD NOT BE MANUALLY MODIFIED
#

# Put you segment configuration here
# define the .share segment when using compact or memory models only
#<BEGIN SEGMENT_CONF>
# Segment Code,Constants:
+seg .const -b 0x8080 -m 0x1ff80 -n .const -it
+seg .text -a .const -n .text 
+seg .TSL_IO_ALCODE -a .text -n .TSL_IO_ALCODE -r2
# Segment Eeprom:
+seg .eeprom -b 0x4000 -m 0x800 -n .eeprom 
# Segment Zero Page:
+seg .bsct -b 0x0 -m 0x100 -n .bsct 
+seg .ubsct -a .bsct -n .ubsct 
+seg .bit -a .ubsct -n .bit -id
+seg .share -a .bit -n .share -is
# Segment Ram:
+seg .data -b 0x100 -m 0x1300 -n .data 
+seg .bss -a .data -n .bss
#<END SEGMENT_CONF>


# Put you startup file here	(it depends on the model used)
#<BEGIN STARTUP_FILE>
crtsi0.sm8
#<END STARTUP_FILE>


# Put your object files here (they depend on you application)
#<BEGIN OBJECT_FILES>
Debug\stm8s_adc1.o
Debug\stm8s_adc2.o
Debug\stm8s_awu.o
Debug\stm8s_beep.o
Debug\stm8s_clk.o
Debug\stm8s_exti.o
Debug\stm8s_flash.o
Debug\stm8s_gpio.o
Debug\stm8s_i2c.o
Debug\stm8s_itc.o
Debug\stm8s_iwdg.o
Debug\stm8s_rst.o
Debug\stm8s_spi.o
Debug\stm8s_tim1.o
Debug\stm8s_tim2.o
Debug\stm8s_tim3.o
Debug\stm8s_tim4.o
Debug\stm8s_uart1.o
Debug\stm8s_uart2.o
Debug\stm8s_uart3.o
Debug\stm8s_wwdg.o
Debug\stm8_tsl_rc_api.o
Debug\stm8_tsl_rc_iodriver.o
Debug\stm8_tsl_rc_multichannelkey.o
Debug\stm8_tsl_rc_services.o
Debug\stm8_tsl_rc_singlechannelkey.o
Debug\stm8_tsl_rc_timerdriver.o
Debug\main.o
Debug\functions.o
Debug\ssd1283a_16tft.o
Debug\stm8s_it.o
#<END OBJECT_FILES>


# Put your library name here (it depends on the model used)
#<BEGIN LIBRARY_FILES>
libis0.sm8
libm0.sm8
#<END LIBRARY_FILES>


# Put your interrupt vectors file here if needed
#<BEGIN VECTOR_FILE>
+seg .const -b 0x8000 -k
Debug\stm8_interrupt_vector.o
#<END VECTOR_FILE>

#<BEGIN DEFINED_VARIABLES>
+def __endzp=@.ubsct			# end of uninitialized zpage
+def __memory=@.bss				# end of bss segment
+def __stack=0x17ff
#<END DEFINED_VARIABLES>

⌨️ 快捷键说明

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