📄 f2407a.cmd
字号:
/*******************************************************************************
* File: f2407a.cmd *
* Author: David M. Alter, Texas Instruments Inc. *
* DSP: TMS320LF2407A *
* Description: Description: C code linker command file for TMS320LF2407A DSP *
* Notes: none *
* History: *
* 04/04/02 - original (D. Alter) *
*******************************************************************************/
MEMORY
{
PAGE 0: /* Program Space */
VECS: org=00000h, len=00040h /* internal FLASH */
FLASH: org=00044h, len=07FBCh /* internal FLASH */
PAGE 1: /* Data Space */
B2: org=00060h, len=00020h /* internal DARAM */
B0B1: org=00200h, len=00200h /* internal DARAM */
SARAM: org=00800h, len=00800h /* internal SARAM */
}
SECTIONS
{
/* C-Compiler Generated Sections */
.text :> FLASH PAGE 0
.cinit :> FLASH PAGE 0
.switch :> FLASH PAGE 0
.bss :> SARAM PAGE 1
.const :> SARAM PAGE 1
.stack :> B0B1 PAGE 1
.sysmem :> B0B1 PAGE 1
/* User Defined Sections */
table :> FLASH PAGE 0
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -