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

📄 st72f521.lkf

📁 st7单片机关于I2C总线设计的源程序,使用ST7单片机的很有用
💻 LKF
字号:
#
#******************************************************************************
#COPYRIGHT 2003 STMicroelectronics
#Source File Name : st72f521.lkf
#Group            : IPSW, CMG - IPDF
#Author           : MCD Application Team
#Date First Issued: 08/03/2002
#********************************Documentation*********************************
#General Purpose - Linker file
#********************************RevisionHistory*******************************
# 1.Updated the file for release 2.0.
#______________________________________________________________________________
#Date :09/08/2003				Release:2.0

#******************************************************************************/
+seg .text -b 0x1000 -n .text	                 # program start address
+seg .const -a .text			                 # constants follow code
+seg .bsct -b 0x80 -m 0x80 		                 # zero page start address
+seg .ubsct -n iram			                 # uninitialized zero page
+seg .data -b 0x100 -m 0xc0

# define the .share segment when using compact or memory models only (c,m,ml)
+seg .share -a iram -is			                 # shared segment

"C:\COSMIC\ST7\Lib\crtsi.st7"                    # startup routine

..\..\object\cosmic\main.o                       # application program
..\..\object\cosmic\i2c.o
 
# float and integer library names depend on the model used
"C:\Cosmic\ST7\Lib\libis.st7"
"C:\Cosmic\ST7\Lib\libm.st7" 
"C:\Cosmic\ST7\Lib\libfs.st7"

+seg .const -b 0xffe0 -n vector -k               #interrupt vector
..\..\object\cosmic\vector_521.o

# define the __stack symbol for stack models only
+def __stack=0x100                               # stack page (stack models)

# define these symbols if crtsi or crtsx is used
+def __endzp=@.ubsct                             # end @ of uninitialized zpage
+def __memory=@.bss                              # end @ of bss segment
#******************* (c) 2003  ST Microelectronics *********** END OF FILE ***

⌨️ 快捷键说明

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