?? mem_b.scf
字號:
;/****************************************************************************
; * mem_b.scf: Scatter file for Philips LPC318x Family
; * Microprocessors
; *
; * Copyright(C) 2006, Philips Semiconductor
; * All rights reserved.
; *
; * History
; * 2005.10.01 ver 1.00 Prelimnary version, first Release
; *
;*****************************************************************************/
; code loaded to SRAM 0x08000000 for execution, build for debugging
ROM_LOAD 0x08000000
{
ROM_EXEC 0x08000000
{
Startup.o (vectors, +First)
* (+RO)
}
IRAM 0x0800C000
{
Startup.o (MyStacks)
* (+RW,+ZI)
}
HEAP +0 UNINIT
{
Startup.o (Heap)
}
STACKS 0x0800E000 UNINIT
{
Startup.o (Stacks)
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -