Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
mem_b.scf
Package: GPRS_work.rar [view]
Upload User: sdaoma
Upload Date: 2013-08-07
Package Size: 3838k
Code Size: 2k
Category:
GPS develop
Development Platform:
C/C++
- ;/****************************************Copyright (c)**************************************************
- ;** Guangzou ZLG-MCU Development Co.,LTD.
- ;** graduate school
- ;** http://www.zlgmcu.com
- ;**
- ;**--------------File Info-------------------------------------------------------------------------------
- ;** File Name: men_b.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: Ganda
- ;** Modified date: 2005-06-15
- ;** Version: 1.01
- ;** Descriptions: Only for MagicARM2200
- ;**
- ;**------------------------------------------------------------------------------------------------------
- ;** Modified by:
- ;** Modified date:
- ;** Version:
- ;** Descriptions:
- ;**
- ;********************************************************************************************************/
- ROM_LOAD 0x81000000 ;// Origination Point of Code (Code in Exram)
- {
- ROM_EXEC 0x81000000 ;// Origination Point of Executing
- {
- Startup.o (vectors, +First)
- * (+RO)
- }
- IRAM 0x40000040 ;// Origination Point of Internal SRAM
- { ;// 0x40000000 ~ 0x4000003F for Vector
- Startup.o (MyStacks)
- }
- STACKS_BOTTOM +0 UNINIT
- {
- Startup.o (StackBottom)
- }
- STACKS 0x40004000 UNINIT ;// End Point of Internal SRAM
- {
- Startup.o (Stacks)
- }
- ERAM 0x81400000 ;// Origination Point of External SRAM
- { ;// 0x81000000 ~ 0x813FFFFF for Code
- * (+RW,+ZI)
- }
- HEAP +0 UNINIT
- {
- Startup.o (Heap)
- }
- HEAP_BOTTOM 0x81800000 UNINIT ;// End Point of External SRAM
- {
- Startup.o (HeapTop)
- }
- }