WXK
8 天以前 ec8d487264ac58ebaa00cf99675528e85c6113d0
dualboots_Gai_youhua/keil/customboot/customboot.sct
@@ -11,8 +11,8 @@
;   <o1> Flash Size (in Bytes) <0x0-0xFFFFFFFF:8>
; </h>
 *----------------------------------------------------------------------------*/
#define __ROM_BASE     0x0202A000
#define __ROM_SIZE      0x00004800
#define __ROM_BASE      0x0202D000
#define __ROM_SIZE      0x00002400
/*--------------------- Embedded RAM Configuration ---------------------------
; <h> RAM Configuration
@@ -21,7 +21,7 @@
; </h>
 *----------------------------------------------------------------------------*/
#define __RAM_BASE      (__ROM_BASE + __ROM_SIZE)
#define __RAM_SIZE      0x00001400
#define __RAM_SIZE      0x00000C00
/*--------------------- Stack / Heap Configuration ---------------------------
; <h> Stack / Heap Configuration
@@ -32,7 +32,7 @@
#define __STACK_SIZE    0x00000200
#define __HEAP_SIZE     0x00000000
/*
/*
;------------- <<< end of configuration section >>> ---------------------------
*/