📄 st72f63b.lkf
字号:
#
#******************************************************************************
#COPYRIGHT 2003 STMicroelectronics
#Source File Name : st72f63B.lkf
#Group : IPSW, CMG - IPDF
#Author : MCD Application Team
#Date First Issued: 5/3/2002
#********************************Documentation*********************************
#General Purpose - Linker file
#********************************RevisionHistory*******************************
#1. Added LIB_PT for library location
#2. Added common reg file structure
#______________________________________________________________________________
#Date :5/3/2002 Release:1.0
#Date:23/09/2003 Release: 2.0
#******************************************************************************
#
+seg .text -b 0xe000 -n .text # program start address
+seg .const -a .text # constants follow code
+seg .bsct -b 0x40 # zero page start address
+seg .ubsct -n iram # uninitialized zero page
+seg .data -b 0x180 -m 0xc0 # Data segment starting address(-b) and width(-m)
# 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
# Add/remove the peripherals used in the application
..\..\object\Cosmic\i2cs.o
#float and integer library names depend on the model used
"C:\Cosmic\ST7\Lib\libiml.st7"
"C:\Cosmic\ST7\Lib\libm.st7"
+seg .const -b 0xffee -n vector -k
..\..\object\Cosmic\vector_63B.o
# interrupt vectors
# define the __stack symbol for stack models only
#+def __stack=0x13F # 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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -