dlram.scl
来自「在高通的手机平台下,一个下载手机.bin文件到手机的flash中的工具,包含PC」· SCL 代码 · 共 29 行
SCL
29 行
# NAME
# dl_uart.h
#
# GENERAL DESCRIPTION
# This is the SCATTER loading description file. It describes the memory
# Map for Flash tool RAM S/W.
#-----------------------------------------------------------------------------
#
# Revision History:
#
# Modification Tracking
# Author Date Number Description of Changes
# -------- ------------- ------------ --------------------
# nony.wu 02/06/2005 update code for MSM6000
# fraser.wang 08/13/2004 Initial creation
#
#-----------------------------------------------------------------------------
RAM 0x1000000
{
CODE 0x1000000
{
dl_start.o (StartHere, +FIRST)
* (+RO)
* (+RW, +ZI)
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?