-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFLASH.ini
28 lines (20 loc) · 970 Bytes
/
FLASH.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/***********************************************************************/
/* 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 Pre_Setup (void) {
_WDWORD(0x400FC040, 0x00000001); // MEMMAP = 1
}
FUNC void Setup (void) {
SP = _RDWORD(0x00000000);
PC = _RDWORD(0x00000004);
}
Pre_Setup();
LOAD .\Obj\USBAudio.axf INCREMENTAL // Download
Setup(); // Setup for Running
// g, main