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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [freertos-6.1.1/] [Demo/] [ColdFire_MCF52259_CodeWarrior/] [cfg/] [MCF52259_INTERNAL_FLASH.mem] - Blame information for rev 578

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 jeremybenn
// Memory Configuration File
2
//
3
// Description:
4
//  A memory configuration file contains commands that define the legally accessible
5
//  areas of memory for your specific board. Useful for example when the debugger
6
//  tries to display the content of a "char *" variable, that has not yet been initialized.
7
//  In this case the debugger may try to read from a bogus address, which could cause a
8
//  bus error.
9
//
10
// Board:
11
//  Freescale MCF52259
12
//
13
// Reference:
14
//
15
 
16
 
17
// All reserved ranges read back 0xBABA...
18
reservedchar 0xBA
19
 
20
address IPSBAR_BASE 0x40000000
21
 
22
usederivative "MCF52259"
23
 
24
//         Memory Map:
25
//         ----------------------------------------------------------------------
26
range      0x00000000 0x0007FFFF 4 Read                         // 512 KByte Internal Flash Memory
27
reserved   0x00080000 0x1FFFFFFF
28
range      0x20000000 0x2000FFFF 4 ReadWrite                    // 64 Kbytes Internal SRAM
29
reserved   0x20010000 0x3FFFFFFF
30
//         $IPSBAR_BASE                 $IPSBAR_BASE + 0x1FFFFF // Memory Mapped Registers
31
reserved   $IPSBAR_BASE + 0x200000      0xFFFFFFFF

powered by: WebSVN 2.1.0

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