⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 scatter.scf

📁 ucos for 2410 Bootloader,for norflash
💻 SCF
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -