FreeCalypso > hg > fc-magnetite
comparison 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 |
comparison
equal
deleted
inserted
replaced
465:0f79101c6fa2 | 466:1524d182a2b2 |
---|---|
47 D_MEM2 (RW) : org = 0x01400000 len = 0x00400000 | 47 D_MEM2 (RW) : org = 0x01400000 len = 0x00400000 |
48 /**************************************************************************/ | 48 /**************************************************************************/ |
49 | 49 |
50 /* CS6: Calypso Internal SRAM 512 kbytes **********************************/ | 50 /* CS6: Calypso Internal SRAM 512 kbytes **********************************/ |
51 /* Code & Variables Memory */ | 51 /* Code & Variables Memory */ |
52 S_MEM (RXW) : org = 0x00800000 len = 0x00080000 | 52 S_MEM (RXW) : org = 0x00800100 len = 0x0007ff00 |
53 /**************************************************************************/ | 53 /**************************************************************************/ |
54 } | 54 } |
55 | 55 |
56 /***********************************************/ | 56 /***********************************************/ |
57 /* SPECIFY THE SECTIONS ALLOCATION INTO MEMORY */ | 57 /* SPECIFY THE SECTIONS ALLOCATION INTO MEMORY */ |