mirror of https://github.com/ARMmbed/mbed-os.git
Fix linker script for NRF52832/IAR
IAR linker script was using memory settings from the NRF52840 and not the NRF52832.pull/7631/head
parent
094268eddc
commit
87aa896e8a
|
@ -16,8 +16,8 @@ if (MBED_APP_START == 0) {
|
||||||
define symbol MBED_RAM_START = 0x20000000;
|
define symbol MBED_RAM_START = 0x20000000;
|
||||||
define symbol MBED_RAM_SIZE = 0x10000;
|
define symbol MBED_RAM_SIZE = 0x10000;
|
||||||
} else {
|
} else {
|
||||||
define symbol MBED_RAM_START = 0x20003188;
|
define symbol MBED_RAM_START = 0x200031D0;
|
||||||
define symbol MBED_RAM_SIZE = 0x3CE78;
|
define symbol MBED_RAM_SIZE = 0xCE30;
|
||||||
}
|
}
|
||||||
|
|
||||||
define symbol MBED_RAM0_START = MBED_RAM_START;
|
define symbol MBED_RAM0_START = MBED_RAM_START;
|
||||||
|
|
Loading…
Reference in New Issue