Skip to content

Commit f5ac8d6

Browse files
committed
Nordic: Adjust RAM requirements.
1 parent ed20b17 commit f5ac8d6

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52832/device/TOOLCHAIN_ARM_STD/nRF52832.sct

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
#define MBED_RAM_START 0x20000000
1515
#define MBED_RAM_SIZE 0x10000
1616
#else
17-
#define MBED_RAM_START 0x20003800
18-
#define MBED_RAM_SIZE 0xC800
17+
#define MBED_RAM_START 0x200031D0
18+
#define MBED_RAM_SIZE 0xCE30
1919
#endif
2020

2121
#define MBED_RAM0_START MBED_RAM_START

targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52832/device/TOOLCHAIN_GCC_ARM/NRF52832.ld

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
#define MBED_RAM_START 0x20000000
3131
#define MBED_RAM_SIZE 0x10000
3232
#else
33-
#define MBED_RAM_START 0x20003800
34-
#define MBED_RAM_SIZE 0xC800
33+
#define MBED_RAM_START 0x200031D0
34+
#define MBED_RAM_SIZE 0xCE30
3535
#endif
3636

3737
#define MBED_RAM0_START MBED_RAM_START

targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52832/device/TOOLCHAIN_IAR/nRF52832.icf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ if (MBED_APP_START == 0) {
1616
define symbol MBED_RAM_START = 0x20000000;
1717
define symbol MBED_RAM_SIZE = 0x10000;
1818
} else {
19-
define symbol MBED_RAM_START = 0x20003800;
20-
define symbol MBED_RAM_SIZE = 0xC800;
19+
define symbol MBED_RAM_START = 0x20003188;
20+
define symbol MBED_RAM_SIZE = 0x3CE78;
2121
}
2222

2323
define symbol MBED_RAM0_START = MBED_RAM_START;

targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52840/device/TOOLCHAIN_ARM_STD/nRF52840.sct

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
#define MBED_RAM_START 0x20000000
1515
#define MBED_RAM_SIZE 0x40000
1616
#else
17-
#define MBED_RAM_START 0x20003700
18-
#define MBED_RAM_SIZE 0x3C900
17+
#define MBED_RAM_START 0x20003188
18+
#define MBED_RAM_SIZE 0x3CE78
1919
#endif
2020

2121
#define MBED_RAM0_START MBED_RAM_START

targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52840/device/TOOLCHAIN_GCC_ARM/NRF52840.ld

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
#define MBED_RAM_START 0x20000000
3131
#define MBED_RAM_SIZE 0x40000
3232
#else
33-
#define MBED_RAM_START 0x20003700
34-
#define MBED_RAM_SIZE 0x3C900
33+
#define MBED_RAM_START 0x20003188
34+
#define MBED_RAM_SIZE 0x3CE78
3535
#endif
3636

3737
#define MBED_RAM0_START MBED_RAM_START

targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52840/device/TOOLCHAIN_IAR/nRF52840.icf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ if (MBED_APP_START == 0) {
1616
define symbol MBED_RAM_START = 0x20000000;
1717
define symbol MBED_RAM_SIZE = 0x40000;
1818
} else {
19-
define symbol MBED_RAM_START = 0x20003700;
20-
define symbol MBED_RAM_SIZE = 0x3C900;
19+
define symbol MBED_RAM_START = 0x20003188;
20+
define symbol MBED_RAM_SIZE = 0x3CE78;
2121
}
2222

2323
define symbol MBED_RAM0_START = MBED_RAM_START;

0 commit comments

Comments
 (0)