Forgot this file.
[uccvend-snackrom.git] / ROM2 / memory.x
index bb70544..6b3abc6 100644 (file)
@@ -4,7 +4,8 @@ MEMORY
   page0 (rwx) : ORIGIN = 0x0000, LENGTH = 0x0080
   data  (rw)  : ORIGIN = 0x0080, LENGTH = 0x0080
   text  (rx)  : ORIGIN = 0x8000, LENGTH = 0x8000
+  eeprom(rwx) : ORIGIN = 0x4000, LENGTH = 0x0200
 }
 
 /* Setup the stack on the top of the data internal ram (not used).  */
-PROVIDE (_stack = 0x007f-1);
+PROVIDE (_stack = 0x007f);

UCC git Repository :: git.ucc.asn.au