scatter.scf

来自「ucos for 2410 Bootloader,for norflash」· SCF 代码 · 共 20 行

SCF
20
字号
FLASH 0x0  0x200000
{
	EXEC1 0x0 0x200000
	{
		2410init.o(Init, +First)  
		__main.o(+RO)			; copy code      
		* (Region$$Table)       ; RO/RW addresses to copy
		* (ZISection$$Table)    ; ZI addresses to zero
	}
	EXEC2 0x30000000 0x00800000
	{
		*(+RO)
	}
	SDRAM 0x30800000 0x00800000
	{
		*(+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 + =
减小字号Ctrl + -
显示快捷键?