Ext_SDRAM.ini 1001 B

12345678910111213141516171819202122232425
  1. /******************************************************************************/
  2. /* MEMORY.INI: Memory Debug Initialization File */
  3. /******************************************************************************/
  4. /* This file is part of the uVision/ARM development tools. */
  5. /* Copyright (c) 2005-2006 Keil Software. All rights reserved. */
  6. /* This software may only be used under the terms of a valid, current, */
  7. /* end user licence from KEIL for a compatible version of KEIL software */
  8. /* development tools. Nothing else gives you the right to use this software. */
  9. /******************************************************************************/
  10. RESET
  11. FUNC void InitEmi(void)
  12. {
  13. _WWORD(0x11000000,0x08a6a6a1);
  14. _WWORD(0x11000010,0x8cfffff1);
  15. _WWORD(0x11000018,0x1e104177);
  16. _WWORD(0x1100001C,0x80001860);
  17. _WWORD(0x11000020,0x0000000b);
  18. }
  19. InitEmi();
  20. Load %L INCREMENTAL;
  21. PC = 0x30000000;