comparison code_part1/OSTC_code_c_part2/18f4685_ostc.lkr @ 0:96a35aeda5f2

Initial setup
author heinrichsweikamp
date Tue, 12 Jan 2010 15:05:59 +0100
parents
children 14a074e1a375
comparison
equal deleted inserted replaced
-1:000000000000 0:96a35aeda5f2
1
2
3 // OSTC - diving computer code
4
5 // Copyright (C) 2008 HeinrichsWeikamp GbR
6
7
8
9 // This program is free software: you can redistribute it and/or modify
10
11 // it under the terms of the GNU General Public License as published by
12
13 // the Free Software Foundation, either version 3 of the License, or
14
15 // (at your option) any later version.
16
17
18
19 // This program is distributed in the hope that it will be useful,
20
21 // but WITHOUT ANY WARRANTY; without even the implied warranty of
22
23 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24
25 // GNU General Public License for more details.
26
27
28
29 // You should have received a copy of the GNU General Public License
30
31 // along with this program. If not, see <http://www.gnu.org/licenses/>.
32
33
34
35
36
37 // File: 18f4685.lkr
38
39 // Sample linker script for the PIC18F4685 processor
40
41 // modified by chsw for ostc, Nov. 2007
42
43
44
45 LIBPATH .
46
47
48
49 //FILES c018i.o
50
51 FILES clib.lib
52
53 FILES p18f4685.lib
54
55
56
57 //CODEPAGE NAME=vectors START=0x0 END=0x29 PROTECTED
58
59 //CODEPAGE NAME=page START=0x2A END=0x17FFF
60
61 CODEPAGE NAME=page START=0x0 END=0x17FFF
62
63 CODEPAGE NAME=idlocs START=0x200000 END=0x200007 PROTECTED
64
65 CODEPAGE NAME=config START=0x300000 END=0x30000D PROTECTED
66
67 CODEPAGE NAME=devid START=0x3FFFFE END=0x3FFFFF PROTECTED
68
69 CODEPAGE NAME=eedata START=0xF00000 END=0xF003FF PROTECTED
70
71
72
73 ACCESSBANK NAME=accessram START=0x0 END=0x5F
74
75 DATABANK NAME=gpr0 START=0x60 END=0xFF
76
77 DATABANK NAME=gpr1 START=0x100 END=0x1FF
78
79 DATABANK NAME=gpr2 START=0x200 END=0x2FF
80
81 DATABANK NAME=gpr3 START=0x300 END=0x3FF
82
83 DATABANK NAME=gpr4 START=0x400 END=0x4FF
84
85 DATABANK NAME=gpr5 START=0x500 END=0x5FF
86
87 DATABANK NAME=gpr6 START=0x600 END=0x6FF
88
89 DATABANK NAME=gpr7 START=0x700 END=0x7FF
90
91 DATABANK NAME=gpr8 START=0x800 END=0x8FF
92
93 DATABANK NAME=gpr9 START=0x900 END=0x9FF
94
95 DATABANK NAME=gpr10 START=0xA00 END=0xAFF
96
97 DATABANK NAME=gpr11 START=0xB00 END=0xBFF
98
99 DATABANK NAME=gpr12 START=0xC00 END=0xCFF
100
101 DATABANK NAME=sfr13 START=0xD00 END=0xDFF PROTECTED
102
103 DATABANK NAME=sfr14 START=0xE00 END=0xEFF PROTECTED
104
105 DATABANK NAME=sfr15 START=0xF00 END=0xF5F PROTECTED
106
107 ACCESSBANK NAME=accesssfr START=0xF60 END=0xFFF PROTECTED
108
109
110
111 SECTION NAME=CONFIG ROM=config
112
113
114
115 STACK SIZE=0x100 RAM=gpr12
116