📄 scatter_debug.scf
字号:
FLASH 0x30900000 0x600000
{
EXEC1 0x30900000
{
init.o(Init, +First)
ASM_Scatter.o (+RO)
;__main.o(+RO) ; copy code
;* (Region$$Table) ; RO/RW addresses to copy
;* (ZISection$$Table) ; ZI addresses to zero
}
EXEC2 +0x00
{
*(+RO)
}
SDRAM +0x00
{
*(+RW,+ZI)
}
}
;Sections named Region$$Table and ZISection$$Table which contain the addresses of the code/data to be copied.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -