📄 flash.cmd
字号:
flash.obj
-o flash_boot.out
-m flash_boot.map
MEMORY
{
PAGE 0: IPROG: origin = 0x0800, len = 0x1800
PAGE 1: RAMB2: origin = 0x2000, len = 0x2000
}
SECTIONS
{
.vector: {} > IPROG PAGE 0
.text: {} > IPROG PAGE 0
.cinit: {} > IPROG PAGE 0
.switch: {} > IPROG PAGE 0
.stack: {} > RAMB2 PAGE 1
.data: {} > RAMB2 PAGE 1
.bss: {} > RAMB2 PAGE 1
.sysmem: {} > RAMB2 PAGE 1
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -