X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=ROM2%2Fmemory.x;h=6b3abc6e48e38dfd122081cf6f83f4ee9bd6bd1a;hb=77e73f29dba77e76df09c5b93f61a446e1fd8714;hp=bb70544c88ea35253cedfad5e7996db458510a1e;hpb=0435cdd3595f95218f4518885cc5384e9bdc9672;p=uccvend-snackrom.git diff --git a/ROM2/memory.x b/ROM2/memory.x index bb70544..6b3abc6 100644 --- a/ROM2/memory.x +++ b/ROM2/memory.x @@ -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);