1234567891011121314 |
- /******************************************************************************/
- /* MEMORY.INI: Memory Debug Initialization File */
- /******************************************************************************/
- /* This file is part of the uVision/ARM development tools. */
- /* Copyright (c) 2005-2006 Keil Software. All rights reserved. */
- /* This software may only be used under the terms of a valid, current, */
- /* end user licence from KEIL for a compatible version of KEIL software */
- /* development tools. Nothing else gives you the right to use this software. */
- /******************************************************************************/
- MAP 0x00000000,0x0000FFFF READ EXEC // External ROM
- MAP 0x30000000,0x31FFFFFF READ WRITE // External RAM
- MAP 0x10000000,0x11000000 READ WRITE
- MAP 0x11000000,0x12000000 READ WRITE
|