]> git.sur5r.net Git - freertos/blob - Demo/HCS12_CodeWarrior_small/CODE/RTOSDemo.PRM
Start to re-arrange files to include FreeRTOS+ in main download.
[freertos] / Demo / HCS12_CodeWarrior_small / CODE / RTOSDemo.PRM
1 /*\r
2 ** ###################################################################\r
3 **     THIS BEAN MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT.\r
4 **     Filename  : RTOSDemo.PRM\r
5 **     Project   : RTOSDemo\r
6 **     Processor : MC9S12C32CFU\r
7 **     Compiler  : Metrowerks HC12 C Compiler\r
8 **     Date/Time : 18/06/2005, 18:00\r
9 **     Abstract  :\r
10 **        This file is used by the linker. It describes files to be linked,\r
11 **        memory ranges, stack size, etc. For detailed description of the PRM file\r
12 **        see CodeWarrior documentation. This file is generated by default.\r
13 **        You can switch off generation by setting the property\r
14 **        "Generate PRM file = no" on the "Build options" tab in CPU bean and then modify\r
15 **        this file if needed.\r
16 **\r
17 **     (c) Copyright UNIS, spol. s r.o. 1997-2002\r
18 **     UNIS, spol. s r.o.\r
19 **     Jundrovska 33\r
20 **     624 00 Brno\r
21 **     Czech Republic\r
22 **     http      : www.processorexpert.com\r
23 **     mail      : info@processorexpert.com\r
24 ** ###################################################################\r
25 */\r
26 \r
27 NAMES\r
28 \r
29 END\r
30 \r
31 SECTIONS\r
32       /* List of all sections specified on the "Build options" tab */\r
33       RAM  =  READ_WRITE                0x00000800 TO 0x00000FFF;\r
34       ROM_C000  =  READ_ONLY            0x0000C000 TO 0x0000FF7F;\r
35       ROM_4000  =  READ_ONLY            0x00004000 TO 0x00007FFF;\r
36 END\r
37 \r
38 PLACEMENT\r
39       DEFAULT_RAM                      INTO RAM;\r
40       _PRESTART, STARTUP,\r
41       ROM_VAR, STRINGS,\r
42       NON_BANKED, DEFAULT_ROM, COPY    INTO ROM_C000, ROM_4000;\r
43 END\r
44 \r
45 INIT _EntryPoint                       /* The entry point of the application. This function is generated into the CPU module. */\r
46 \r
47 STACKSIZE 0x0030                       /* Size of the system stack. Value can be changed on the "Build options" tab */\r
48 \r