# HG changeset patch # User Mychaela Falconia # Date 1521939531 0 # Node ID 1524d182a2b2b1738aec9c466835875d8bcd0562 # Parent 0f79101c6fa2bdc27e37f55793d062587972199c linker script for large flash: reserve the first 0x100 bytes of IRAM so we can experiment with routing interrupts through the internal ROM diff -r 0f79101c6fa2 -r 1524d182a2b2 src/cs/system/template/gsm_ds_pirelli_flash.template --- 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 /**************************************************************************/ }