debug_in_flash.scf
来自「利用微處理器LPC2132去驅動LCD 128*64」· SCF 代码 · 共 38 行
SCF
38 行
;;; Copyright ARM Ltd 2002. All rights reserved.
;; Embedded scatter file
;; Stack and Heap are located in the SRAM
ROM_LOAD 0x00000000
{
ROM_EXEC 0x00000000
{
vectors.o (Vect, +FIRST)
init.o
__main.o ; C Library entry point, must be in a root region
* (Region$$Table) ; this section must be in a root region
* (ZISection$$Table) ; this section must be in a root region
* (+RO )
}
SRAM 0x40000000
{
* (+RW, +ZI) ; any remaining code inc C lib.
}
HEAP +0 UNINIT
{
stackheap.o (heap)
}
STACK 0x40004000 UNINIT
{
stackheap.o (stacks)
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?