12345678910111213141516171819202122232425 |
- /******************************************************************************/
- /* 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. */
- /******************************************************************************/
- RESET
- FUNC void InitEmi(void)
- {
- _WWORD(0x11000000,0x08a6a6a1);
- _WWORD(0x11000010,0x8cfffff1);
- _WWORD(0x11000018,0x1e104177);
- _WWORD(0x1100001C,0x80001860);
- _WWORD(0x11000020,0x0000000b);
- }
- InitEmi();
- Load %L INCREMENTAL;
- PC = 0x30000000;
|