📄 ads_flash.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_Flash.lin
; Linker Control File (scatter-loading) For Flash debug
; User setup file for KEIL with ARM ADS 1.2
; 1.0 14/Mar/05 JPP : Creation
; 1.1 21/Feb/05 JPP
; ---------------------------------------------------------
FLASH_LOAD 0x00000000 0x40000 ; Load Region: 256K FLASH at 0x00000000
{
Flash 0x0000000 ; Exec Region: 256K Flash
{
Cstartup.o (reset, +First) ; Startup Code placed first
* (+RO) ; all other RO sections
}
RAM 0x00200000 ; Exec Region: 32kB RAM at 0x000200000
{
* (+RW,+ZI) ; RW & ZI sections
}
STACK 0x00208000 ; 0x00208000 End of ram
{
* (EMPTY)
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -