1 |
588 |
jeremybenn |
/*
|
2 |
|
|
** ###################################################################
|
3 |
|
|
** THIS BEAN MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
|
4 |
|
|
** Filename : RTOSDemo.PRM
|
5 |
|
|
** Project : RTOSDemo
|
6 |
|
|
** Processor : MC9S12DP256BCPV
|
7 |
|
|
** Compiler : Metrowerks HC12 C Compiler
|
8 |
|
|
** Date/Time : 19/06/2005, 15:54
|
9 |
|
|
** Abstract :
|
10 |
|
|
** This file is used by the linker. It describes files to be linked,
|
11 |
|
|
** memory ranges, stack size, etc. For detailed description of the PRM file
|
12 |
|
|
** see CodeWarrior documentation. This file is generated by default.
|
13 |
|
|
** You can switch off generation by setting the property
|
14 |
|
|
** "Generate PRM file = no" on the "Build options" tab in CPU bean and then modify
|
15 |
|
|
** this file if needed.
|
16 |
|
|
**
|
17 |
|
|
** (c) Copyright UNIS, spol. s r.o. 1997-2002
|
18 |
|
|
** UNIS, spol. s r.o.
|
19 |
|
|
** Jundrovska 33
|
20 |
|
|
** 624 00 Brno
|
21 |
|
|
** Czech Republic
|
22 |
|
|
** http : www.processorexpert.com
|
23 |
|
|
** mail : info@processorexpert.com
|
24 |
|
|
** ###################################################################
|
25 |
|
|
*/
|
26 |
|
|
|
27 |
|
|
NAMES
|
28 |
|
|
|
29 |
|
|
END
|
30 |
|
|
|
31 |
|
|
SECTIONS
|
32 |
|
|
/* List of all sections specified on the "Build options" tab */
|
33 |
|
|
RAM = READ_WRITE 0x00001000 TO 0x00003FFF;
|
34 |
|
|
ROM_C000 = READ_ONLY 0x0000C000 TO 0x0000C511;
|
35 |
|
|
ROM_4000 = READ_ONLY 0x00004000 TO 0x00004255;
|
36 |
|
|
ROM_PAGE30 = READ_ONLY 0x00308000 TO 0x00308255;
|
37 |
|
|
ROM_PAGE31 = READ_ONLY 0x00318000 TO 0x00318255;
|
38 |
|
|
ROM_PAGE32 = READ_ONLY 0x00328000 TO 0x00328255;
|
39 |
|
|
ROM_PAGE33 = READ_ONLY 0x00338000 TO 0x00338255;
|
40 |
|
|
ROM_PAGE34 = READ_ONLY 0x00348000 TO 0x00348255;
|
41 |
|
|
ROM_PAGE35 = READ_ONLY 0x00358000 TO 0x00358255;
|
42 |
|
|
ROM_PAGE36 = READ_ONLY 0x00368000 TO 0x00368255;
|
43 |
|
|
ROM_PAGE37 = READ_ONLY 0x00378000 TO 0x00378255;
|
44 |
|
|
ROM_PAGE38 = READ_ONLY 0x00388000 TO 0x00388255;
|
45 |
|
|
ROM_PAGE39 = READ_ONLY 0x00398000 TO 0x00398255;
|
46 |
|
|
ROM_PAGE3A = READ_ONLY 0x003A8000 TO 0x003A8255;
|
47 |
|
|
ROM_PAGE3B = READ_ONLY 0x003B8000 TO 0x003B8255;
|
48 |
|
|
ROM_PAGE3C = READ_ONLY 0x003C8000 TO 0x003C8255;
|
49 |
|
|
ROM_PAGE3D = READ_ONLY 0x003D8000 TO 0x003D8255;
|
50 |
|
|
END
|
51 |
|
|
|
52 |
|
|
PLACEMENT
|
53 |
|
|
DEFAULT_RAM INTO RAM;
|
54 |
|
|
DEFAULT_ROM INTO ROM_PAGE30, ROM_PAGE31, ROM_PAGE32, ROM_PAGE33, ROM_PAGE34, ROM_PAGE35, ROM_PAGE36,
|
55 |
|
|
ROM_PAGE37, ROM_PAGE38, ROM_PAGE39, ROM_PAGE3A, ROM_PAGE3B, ROM_PAGE3C, ROM_PAGE3D;
|
56 |
|
|
_PRESTART, STARTUP,
|
57 |
|
|
ROM_VAR, STRINGS,
|
58 |
|
|
NON_BANKED, COPY INTO ROM_C000, ROM_4000;
|
59 |
|
|
END
|
60 |
|
|
|
61 |
|
|
INIT _EntryPoint /* The entry point of the application. This function is generated into the CPU module. */
|
62 |
|
|
|
63 |
|
|
STACKSIZE 0x0080 /* Size of the system stack. Value can be changed on the "Build options" tab */
|
64 |
|
|
|