CMSIS2000
0.0.7
Титульная страница
Описания
Группы
Структуры данных
Файлы
Файлы
Список членов всех файлов
Указатель
Структуры данных
Файлы
Функции
Переменные
Определения типов
Перечисления
Элементы перечислений
Макросы
Группы
Страницы
LPC2148_sect.part1.ld
См. документацию.
1
/*
2
* CMSIS2000
3
* CMSIS-like sources for LPC2xxx series MCUs
4
*
5
* (C) Copyright 2011-2012, Dmitriy Cherepanov, All Rights Reserved
6
*
7
* Version: 0.0.7
8
* Date of the Last Update: 2013-03-04
9
*
10
* Permission is hereby granted, free of charge, to any person obtaining a copy
11
* of this software and associated documentation files (the "Software"), to
12
* deal in the Software without restriction, including without limitation the
13
* rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
14
* sell copies of the Software, and to permit persons to whom the Software is
15
* furnished to do so, subject to the following conditions:
16
*
17
* The above copyright notice and this permission notice shall be included in
18
* all copies or substantial portions of the Software.
19
*
20
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
23
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
25
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
26
* IN THE SOFTWARE.
27
*
28
* Do not be lasy! For the latest version see http://irtos.sourceforge.net .
29
*
30
*
31
#*/
32
/*MEMORY
33
{*/
34
flash(RX) : ORIGIN = 0x00000000, LENGTH = 512K
35
ram(WX) : ORIGIN = 0x40000000, LENGTH = 32K
36
usbram(WX) : ORIGIN = 0x7FD00000, LENGTH = 8K
37
}
38
FLASH_START = ORIGIN(flash);
39
FLASH_LENGTH
= LENGTH(flash);
40
INTERNAL_RAM_START
= ORIGIN(ram);
41
INTERNAL_RAM_SIZE
= LENGTH(ram);
42
43
/* define a global symbol _stack_end */
44
_stack_end
=
INTERNAL_RAM_START
+
INTERNAL_RAM_SIZE
- 4;
Device
NXP
LPC2xxx
Source
GCC
LPC2148_sect.part1.ld
Документация по CMSIS2000. Последние изменения: Ср 6 Мар 2013 01:10:46. Создано системой
1.8.1.2