File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
targets/TARGET_STM/TARGET_STM32L0/TARGET_NUCLEO_L073RZ/device/TOOLCHAIN_IAR Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ if (!isdefinedsymbol(MBED_APP_START)) {
3
3
}
4
4
5
5
if (!isdefinedsymbol(MBED_APP_SIZE)) {
6
- define symbol MBED_APP_SIZE = 0x3000;
6
+ define symbol MBED_APP_SIZE = 0x30000;
7
7
}
8
8
9
9
define symbol __intvec_start__ = MBED_APP_START;
10
- define symbol __region_ROM_start__ = MBED_APP_SIZE ;
11
- define symbol __region_ROM_end__ = MBED_APP_START - MBED_APP_SIZE - 1;
10
+ define symbol __region_ROM_start__ = MBED_APP_START ;
11
+ define symbol __region_ROM_end__ = MBED_APP_START + MBED_APP_SIZE - 1;
12
12
13
13
/* [RAM = 20kb = 0x5000] Vector table dynamic copy: 48 vectors = 192 bytes (0xC0) to be reserved in RAM */
14
14
define symbol __NVIC_start__ = 0x20000000;
You can’t perform that action at this time.
0 commit comments