mem_a.scf
资源名称:SD卡读写模块.rar [点击查看]
上传用户:pudewen666
上传日期:2007-06-08
资源大小:75k
文件大小:1k
源码类别:
微处理器开发
开发平台:
Windows_Unix
- ;/****************************************Copyright (c)**************************************************
- ;** Guangzou ZLG-MCU Development Co.,LTD.
- ;** graduate school
- ;** http://www.zlgmcu.com
- ;**
- ;**--------------File Info-------------------------------------------------------------------------------
- ;** File Name: men_a.scf
- ;** Last modified Date: 2004-09-17
- ;** Last Version: 1.0
- ;** Descriptions: Scatter File
- ;**
- ;**------------------------------------------------------------------------------------------------------
- ;** Created By: Chenmingji
- ;** Created date: 2004-09-17
- ;** Version: 1.0
- ;** Descriptions: First version
- ;**
- ;**------------------------------------------------------------------------------------------------------
- ;** Modified by:
- ;** Modified date:
- ;** Version:
- ;** Descriptions:
- ;**
- ;********************************************************************************************************/
- ROM_LOAD 0x00000000
- {
- ROM_EXEC 0x00000000
- {
- Startup.o (vectors, +First)
- * (+RO)
- }
- IRAM 0x40000000
- {
- Startup.o (MyStacks)
- * (+RW,+ZI)
- }
- HEAP +0 UNINIT
- {
- Startup.o (Heap)
- }
- STACKS 0x40002000 UNINIT
- {
- Startup.o (Stacks)
- }
- }