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

📄 scatter_debug.scf

📁 ucosii 系统在s3c210系板上的成功移植 并有建立系统任务的应用示例
💻 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 + -