?? debug_in_flash.scf
字號:
;;; 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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -