📄 seeddm642vedio.cmd
字号:
/*
* Copyright (C) 2004 SEED Incorporated
* All Rights Reserved
*/
/*
*---------timer1.cmd---------
*
*/
MEMORY
{
L2 : o = 00000000h l = 00040000h /* all SRAM */
CE0: o = 80000000h l = 00100000h /* external memory */
}
SECTIONS
{
.cinit > L2
.text > L2
.stack > L2
.bss > L2
.const > L2
.data > L2
.far > L2
.switch > L2
.sysmem > L2
.tables > L2
.cio > L2
.external > CE0
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -