FLASH.ini 998 B

12345678910111213141516171819202122232425262728
  1. /***********************************************************************/
  2. /* This file is part of the ARM Compiler package */
  3. /* Copyright KEIL ELEKTRONIK GmbH 1992-2004 */
  4. /***********************************************************************/
  5. /* */
  6. /* RAM.INI: RAM Initialization File */
  7. /* */
  8. /***********************************************************************/
  9. //*** <<< Use Configuration Wizard in Context Menu >>> ***
  10. FUNC void Pre_Setup (void) {
  11. _WDWORD(0x40048000, 0x00000002); // MEMMAP = 2
  12. }
  13. FUNC void Setup (void) {
  14. SP = _RDWORD(0x00000000);
  15. PC = _RDWORD(0x00000004);
  16. }
  17. Pre_Setup();
  18. LOAD .\Obj\gpiotest.axf INCREMENTAL // Download
  19. Setup(); // Setup for Running
  20. // g, main