mem_b.scf

来自「nxp的LPC2888处理器的示例代码.」· SCF 代码 · 共 25 行

SCF
25
字号
;/****************************************************************************
; *   mem_b.scf:  Scatter file for Philips LPC288x Family 
; *   Microprocessors
; *
; *   Copyright(C) 2007, Philips Semiconductor
; *   All rights reserved.
; *
; *   History
; *   2007.02.01  ver 1.00    Prelimnary version, first Release
; *
;*****************************************************************************/
; code loaded to SRAM 0x00400000 for execution, build for debugging

LR_IROM1 0x00400000         {    ; load region
  ER_IROM1 0x00400000 0x00008000  {  ; load address = execution address
   *.o (RESET, +First)
   *(InRoot$$Sections)
   .ANY (+RO)
  }
  RW_IRAM1 0x00408000 0x00010000  {  ; RW data
   .ANY (+RW +ZI)
  }
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?