cc2538: Adjust ldscript memory segment attributes

This commit is contained in:
Joakim Nohlgård 2018-05-06 07:43:32 +02:00
parent e7b957fb04
commit e3a27a74cc
4 changed files with 17 additions and 17 deletions

View File

@ -20,9 +20,9 @@
MEMORY
{
rom (rx) : ORIGIN = 0x00200000, LENGTH = 128K - 44
cca (rx ) : ORIGIN = 0x0027ffd4, LENGTH = 44
sram1 (rwx) : ORIGIN = 0x20004000, LENGTH = 16K
ram (rwx) : ORIGIN = 0x20004000, LENGTH = 16K
cca : ORIGIN = 0x0027ffd4, LENGTH = 44
sram1 : ORIGIN = 0x20004000, LENGTH = 16K
ram (w!rx) : ORIGIN = 0x20004000, LENGTH = 16K
}
/* MCU Specific Section Definitions */

View File

@ -20,10 +20,10 @@
MEMORY
{
rom (rx) : ORIGIN = 0x00200000, LENGTH = 256K - 44
cca (rx ) : ORIGIN = 0x0027ffd4, LENGTH = 44
sram0 (rwx) : ORIGIN = 0x20000000, LENGTH = 16K /* Lost in PM2 and PM3 */
sram1 (rwx) : ORIGIN = 0x20004000, LENGTH = 16K
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 32K
cca : ORIGIN = 0x0027ffd4, LENGTH = 44
sram0 : ORIGIN = 0x20000000, LENGTH = 16K /* Lost in PM2 and PM3 */
sram1 : ORIGIN = 0x20004000, LENGTH = 16K
ram (w!rx) : ORIGIN = 0x20000000, LENGTH = 32K
}
/* MCU Specific Section Definitions */

View File

@ -20,10 +20,10 @@
MEMORY
{
rom (rx) : ORIGIN = 0x00200000, LENGTH = 512K - 44
cca (rx ) : ORIGIN = 0x0027ffd4, LENGTH = 44
sram0 (rwx) : ORIGIN = 0x20000000, LENGTH = 16K /* Lost in PM2 and PM3 */
sram1 (rwx) : ORIGIN = 0x20004000, LENGTH = 16K
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 32K
cca : ORIGIN = 0x0027ffd4, LENGTH = 44
sram0 : ORIGIN = 0x20000000, LENGTH = 16K /* Lost in PM2 and PM3 */
sram1 : ORIGIN = 0x20004000, LENGTH = 16K
ram (w!rx) : ORIGIN = 0x20000000, LENGTH = 32K
}
/* MCU Specific Section Definitions */

View File

@ -20,8 +20,8 @@
MEMORY
{
rom (rx) : ORIGIN = 0x00200000, LENGTH = 512K - 44
cca (rx ) : ORIGIN = 0x0027ffd4, LENGTH = 44
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 32K
cca : ORIGIN = 0x0027ffd4, LENGTH = 44
ram (w!rx) : ORIGIN = 0x20000000, LENGTH = 32K
}
/* MCU Specific Section Definitions */