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