We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c29fe89 commit 9a073c0Copy full SHA for 9a073c0
targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52832/device/TOOLCHAIN_IAR/nRF52832.icf
@@ -16,8 +16,8 @@ if (MBED_APP_START == 0) {
16
define symbol MBED_RAM_START = 0x20000000;
17
define symbol MBED_RAM_SIZE = 0x10000;
18
} else {
19
- define symbol MBED_RAM_START = 0x20003188;
20
- define symbol MBED_RAM_SIZE = 0x3CE78;
+ define symbol MBED_RAM_START = 0x200031D0;
+ define symbol MBED_RAM_SIZE = 0xCE30;
21
}
22
23
define symbol MBED_RAM0_START = MBED_RAM_START;
0 commit comments