📄 ads_ram.lin
字号:
; ---------------------------------------------------------
; ATMEL Microcontroller Software Support - ROUSSET -
; ---------------------------------------------------------
; The software is delivered "AS IS" without warranty or
; condition of any kind, either express, implied or
; statutory. This includes without limitation any warranty
; or condition with respect to merchantability or fitness
; for any particular purpose, or against the infringements of
; intellectual property rights of others.
; File: ADS_RAM.lin
; Linker Control File (scatter-loading) For RAM debug
; User setup file for KEIL with ARM ADS 1.2
; 1.0 14/Mar/05 JPP : Creation
; 1.1 21/Feb/05 JPP
; ---------------------------------------------------------
RAM_LOAD 0x00000000 0x8000 ; Load Region: 32K
{
Flash 0x0000000 ; Exec Region: 32K Flash
{
Cstartup.o (reset, +First) ; Startup Code placed first
* (+RO) ; all other RO sections
}
RAM 0x0007000 ; Exec Region: 4kB RAM at 0x00070000
{
* (+RW,+ZI) ; RW & ZI sections
}
STACK 0x00008000 ; 0x00010000 End of ram
{
* (STACK)
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -