FreeCalypso > hg > fc-magnetite
diff src/cs/system/template/gsm_ds_pirelli_ram.template @ 91:a1ed3269da48
gsm_ds_pirelli_ram.template: reserve the first 0x100 bytes of IRAM
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 02 Oct 2016 16:55:59 +0000 |
parents | 7bd197063b9e |
children |
line wrap: on
line diff
--- a/src/cs/system/template/gsm_ds_pirelli_ram.template Sun Oct 02 16:51:22 2016 +0000 +++ b/src/cs/system/template/gsm_ds_pirelli_ram.template Sun Oct 02 16:55:59 2016 +0000 @@ -50,7 +50,7 @@ /* CS6: Calypso Internal SRAM 512 kbytes **********************************/ /* Code & Variables Memory */ - S_MEM (RXW) : org = 0x00800000 len = 0x00080000 + S_MEM (RXW) : org = 0x00800100 len = 0x0007ff00 /**************************************************************************/ }