FreeCalypso > hg > fc-magnetite
diff src/cs/system/template/gsm_ds_pirelli_flash.template @ 466:1524d182a2b2
linker script for large flash: reserve the first 0x100 bytes of IRAM
so we can experiment with routing interrupts through the internal ROM
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 25 Mar 2018 00:58:51 +0000 |
parents | b54879bebfd3 |
children |
line wrap: on
line diff
--- a/src/cs/system/template/gsm_ds_pirelli_flash.template Tue Mar 20 06:08:06 2018 +0000 +++ b/src/cs/system/template/gsm_ds_pirelli_flash.template Sun Mar 25 00:58:51 2018 +0000 @@ -49,7 +49,7 @@ /* CS6: Calypso Internal SRAM 512 kbytes **********************************/ /* Code & Variables Memory */ - S_MEM (RXW) : org = 0x00800000 len = 0x00080000 + S_MEM (RXW) : org = 0x00800100 len = 0x0007ff00 /**************************************************************************/ }