/***********************************************************************/
/* This file is part of the ARM Compiler package */
/* Copyright KEIL ELEKTRONIK GmbH 1992-2004 */
/***********************************************************************/
/* */
/* RAM.INI: RAM Initialization File */
/* */
/***********************************************************************/
//*** <<< Use Configuration Wizard in Context Menu >>> ***
FUNC void Setup (void) {
// <o> Program Entry Point
PC = 0x40000000;
}
LOAD RAM\Blinky.elf INCREMENTAL // Download
Setup(); // Setup for Running
g, main