FreeCalypso > hg > fc-magnetite
changeset 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 | 0f79101c6fa2 |
children | 3285960cc1b9 |
files | src/cs/system/template/gsm_ds_pirelli_flash.template |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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 /**************************************************************************/ }