OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [freertos-6.1.1/] [Demo/] [HCS12_CodeWarrior_small/] [CODE/] [RTOSDemo.PRM] - Blame information for rev 615

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
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 : MC9S12C32CFU
7
**     Compiler  : Metrowerks HC12 C Compiler
8
**     Date/Time : 18/06/2005, 18:00
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                0x00000800 TO 0x00000FFF;
34
      ROM_C000  =  READ_ONLY            0x0000C000 TO 0x0000FF7F;
35
      ROM_4000  =  READ_ONLY            0x00004000 TO 0x00007FFF;
36
END
37
 
38
PLACEMENT
39
      DEFAULT_RAM                      INTO RAM;
40
      _PRESTART, STARTUP,
41
      ROM_VAR, STRINGS,
42
      NON_BANKED, DEFAULT_ROM, COPY    INTO ROM_C000, ROM_4000;
43
END
44
 
45
INIT _EntryPoint                       /* The entry point of the application. This function is generated into the CPU module. */
46
 
47
STACKSIZE 0x0030                       /* Size of the system stack. Value can be changed on the "Build options" tab */
48
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.